v1.1.0: corrected game quitting exploit fix causing Goo to have doubled attack delay
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user