v1.4.2: fixed Goo retaining its pump up counter while sleeping
This commit is contained in:
@@ -101,6 +101,10 @@ public class Goo extends Mob {
|
||||
@Override
|
||||
public boolean act() {
|
||||
|
||||
if (state != HUNTING){
|
||||
pumpedUp = 0;
|
||||
}
|
||||
|
||||
if (Dungeon.level.water[pos] && HP < HT) {
|
||||
HP += healInc;
|
||||
Statistics.bossScores[0] -= 10;
|
||||
|
||||
Reference in New Issue
Block a user