v1.1.0: corrected game quitting exploit fix causing Goo to have doubled attack delay
This commit is contained in:
parent
779b82f383
commit
ae082455c7
|
@ -183,9 +183,8 @@ public class Goo extends Mob {
|
||||||
((GooSprite)sprite).triggerEmitters();
|
((GooSprite)sprite).triggerEmitters();
|
||||||
}
|
}
|
||||||
attack( enemy );
|
attack( enemy );
|
||||||
}
|
|
||||||
|
|
||||||
spend( attackDelay() );
|
spend( attackDelay() );
|
||||||
|
}
|
||||||
|
|
||||||
return !visible;
|
return !visible;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user