Skip to content

Commit

Permalink
game: Add Giant rockslug to isDying block list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightfirecat authored and Adam- committed Jun 22, 2022
1 parent 73116f3 commit 560ca9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public boolean isDying(final NPC npc)
case NpcID.ANCIENT_ZYGOMITE:
case NpcID.ROCKSLUG:
case NpcID.ROCKSLUG_422:
case NpcID.GIANT_ROCKSLUG:
case NpcID.DESERT_LIZARD:
case NpcID.DESERT_LIZARD_460:
case NpcID.DESERT_LIZARD_461:
Expand Down

0 comments on commit 560ca9e

Please sign in to comment.