Skip to content

Commit

Permalink
fix(animal): dead cats now have closed eyes when they on head
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr authored Sep 15, 2024
1 parent f04caf5 commit ea1761f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/simple_animal/simple_animal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
. = ..()
if(.)
icon_state = icon_dead
item_state = icon_dead
density = 0
health = 0 //Make sure dey dead.
walk_to(src, 0)
Expand Down
Binary file modified icons/inv_slots/hats/mob.dmi
Binary file not shown.
Binary file modified icons/mob/onmob/items/lefthand_holder.dmi
Binary file not shown.
Binary file modified icons/mob/onmob/items/righthand_holder.dmi
Binary file not shown.

0 comments on commit ea1761f

Please sign in to comment.