v2.2.0: prismatic images are now considered active at 0 HP

This commit is contained in:
Evan Debenham
2023-09-14 10:23:04 -04:00
parent b3066625c7
commit b2c075d6b9

View File

@@ -119,7 +119,12 @@ public class PrismaticImage extends NPC {
}
}
}
@Override
public boolean isActive() {
return isAlive() || deathTimer > 0;
}
private static final String HEROID = "hero_id";
private static final String TIMER = "timer";