Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 4e5fe97

Browse files
shouldn't have recreated that thought experiment (#22372)
1 parent c7c33e6 commit 4e5fe97

File tree

1 file changed

+3
-2
lines changed
  • code/modules/mob/living/simple_animal/friendly

1 file changed

+3
-2
lines changed

code/modules/mob/living/simple_animal/friendly/cat.dm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@
177177
/mob/living/simple_animal/pet/cat/update_icon_state()
178178
. = ..()
179179
if(stat == DEAD)
180-
return
181-
if(resting)
180+
icon_state = "[icon_living]_dead"
181+
collar_type = "[initial(collar_type)]_dead"
182+
else if(resting)
182183
if(sitting)
183184
icon_state = "[icon_living]_sit"
184185
collar_type = "[initial(collar_type)]_sit"

0 commit comments

Comments
 (0)