game: Remove isDying block on transforming NPCs

These have been fixed in an internal change.
This commit is contained in:
Jordan Atwood
2022-06-18 22:35:34 -07:00
committed by Adam
parent d87dec02be
commit 6b68ba9806

View File

@@ -76,10 +76,7 @@ public class NpcUtil
case NpcID.SMALL_LIZARD:
case NpcID.SMALL_LIZARD_463:
case NpcID.GROWTHLING:
case NpcID.KALPHITE_QUEEN_963:
case NpcID.KALPHITE_QUEEN_965:
case NpcID.VETION:
case NpcID.VETION_REBORN:
case NpcID.KALPHITE_QUEEN_963: // KQ's first form sometimes regenerates 1hp after reaching 0hp, thus not dying
return false;
default:
return npc.isDead();