This commit is contained in:
kevinz000
2020-02-19 07:49:05 -07:00
parent 4a537d770d
commit 34fbcd1dc0
9 changed files with 39 additions and 18 deletions
@@ -0,0 +1,4 @@
/mob/living/silicon/resist_a_rest()
if(!resting)
return FALSE
return set_resting(FALSE)