[MIRROR] Cures cats of their rigor meowrtis (#3530)

* Merge pull request #31907 from Thunder12345/no_more_rigor_meowrtis

Cures cats of their rigor meowrtis

* Cures cats of their rigor meowrtis
This commit is contained in:
CitadelStationBot
2017-10-21 03:43:58 -05:00
committed by Poojawa
parent c0e00ab5ca
commit fa220bcf9b
@@ -38,7 +38,7 @@
/mob/living/simple_animal/pet/cat/update_canmove()
..()
if(client)
if(client && stat != DEAD)
if (resting)
icon_state = "[icon_living]_rest"
else