Same fors lime

This commit is contained in:
Andrew 2013-11-18 04:43:20 +13:00
parent 98677bade3
commit c2ebe0d347

@ -8,7 +8,7 @@ public class SlimeWatcher extends LivingWatcher {
public SlimeWatcher(Disguise disguise) {
super(disguise);
setValue(16, (byte) (new Random().nextInt(4) + 1));
setSize(new Random().nextInt(4) + 1);
}
public int getSize() {