mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
fixed
This commit is contained in:
@@ -36,7 +36,8 @@
|
|||||||
|
|
||||||
/mob/living/simple_animal/pet/cat/update_canmove()
|
/mob/living/simple_animal/pet/cat/update_canmove()
|
||||||
..()
|
..()
|
||||||
if(client && resting)
|
if(client)
|
||||||
|
if (resting)
|
||||||
icon_state = "[icon_living]_rest"
|
icon_state = "[icon_living]_rest"
|
||||||
else
|
else
|
||||||
icon_state = "[icon_living]"
|
icon_state = "[icon_living]"
|
||||||
|
|||||||
Reference in New Issue
Block a user