Set the bat to flying

This commit is contained in:
Andrew 2013-07-21 17:03:25 +12:00
parent fa855c3434
commit 85ee40384a

View file

@ -6,6 +6,7 @@ public class BatWatcher extends LivingWatcher {
public BatWatcher(Disguise disguise) { public BatWatcher(Disguise disguise) {
super(disguise); super(disguise);
setFlying(true);
} }
public boolean isFlying() { public boolean isFlying() {