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
@@ -132,7 +132,7 @@
/datum/brain_trauma/severe/narcolepsy/on_life()
..()
if(owner._REFACTORING_IsSleeping())
if(owner.IsSleeping())
return
var/sleep_chance = 1
if(owner.m_intent == MOVE_INTENT_RUN)