mobility flags

This commit is contained in:
kevinz000
2020-01-12 11:00:12 -08:00
parent 0fc6d0e891
commit b341818f04
20 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -406,7 +406,7 @@
var/mob/living/user = hud?.mymob
if(!istype(user))
return
if(!user.resting)
if(!user._REFACTORING_resting)
icon_state = "act_rest"
else
icon_state = "act_rest0"