Set the bat to flying
This commit is contained in:
parent
fa855c3434
commit
85ee40384a
@ -6,6 +6,7 @@ public class BatWatcher extends LivingWatcher {
|
||||
|
||||
public BatWatcher(Disguise disguise) {
|
||||
super(disguise);
|
||||
setFlying(true);
|
||||
}
|
||||
|
||||
public boolean isFlying() {
|
||||
|
Loading…
Reference in New Issue
Block a user