Same fors lime
This commit is contained in:
parent
98677bade3
commit
c2ebe0d347
@ -8,7 +8,7 @@ public class SlimeWatcher extends LivingWatcher {
|
|||||||
|
|
||||||
public SlimeWatcher(Disguise disguise) {
|
public SlimeWatcher(Disguise disguise) {
|
||||||
super(disguise);
|
super(disguise);
|
||||||
setValue(16, (byte) (new Random().nextInt(4) + 1));
|
setSize(new Random().nextInt(4) + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getSize() {
|
public int getSize() {
|
||||||
|
Loading…
Reference in New Issue
Block a user