refactor tags

This commit is contained in:
kevinz000
2020-01-16 20:58:00 -07:00
parent 2ba226b912
commit 9ef4cbfa76
42 changed files with 114 additions and 114 deletions
+1 -1
View File
@@ -406,7 +406,7 @@
var/mob/living/user = hud?.mymob
if(!istype(user))
return
if(!user._REFACTORING_resting)
if(!user.resting)
icon_state = "act_rest"
else
icon_state = "act_rest0"