File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1124,6 +1124,7 @@ static tileidx_t _zombie_tile_to_skeleton(const tileidx_t z_tile)
11241124 case TILEP_MONS_ZOMBIE_HOUND:
11251125 case TILEP_MONS_ZOMBIE_BEETLE:
11261126 case TILEP_MONS_ZOMBIE_ROACH:
1127+ case TILEP_MONS_ZOMBIE_BEAR:
11271128 case TILEP_MONS_ZOMBIE_BUG:
11281129 return TILEP_MONS_SKELETON_QUADRUPED_SMALL;
11291130 case TILEP_MONS_ZOMBIE_LIZARD:
@@ -1133,6 +1134,7 @@ static tileidx_t _zombie_tile_to_skeleton(const tileidx_t z_tile)
11331134 return TILEP_MONS_SKELETON_TURTLE;
11341135 case TILEP_MONS_ZOMBIE_QUADRUPED_LARGE:
11351136 case TILEP_MONS_ZOMBIE_ELEPHANT:
1137+ case TILEP_MONS_ZOMBIE_YAK:
11361138 return TILEP_MONS_SKELETON_QUADRUPED_LARGE;
11371139 case TILEP_MONS_ZOMBIE_FROG:
11381140 return TILEP_MONS_SKELETON_FROG;
You can’t perform that action at this time.
0 commit comments