Update holosign.dm

This commit is contained in:
farie82
2020-03-08 08:53:50 +01:00
committed by GitHub
parent 1dc7542473
commit 761ada255b
+1 -1
View File
@@ -57,7 +57,7 @@
return TRUE
if(iscarbon(mover))
var/mob/living/carbon/C = mover
if(allow_walk && (C.m_intent == MOVE_INTENT_WALK || C.pulledby.m_intent == MOVE_INTENT_WALK))
if(allow_walk && (C.m_intent == MOVE_INTENT_WALK || (C.pulledby && C.pulledby.m_intent == MOVE_INTENT_WALK)))
return TRUE
/obj/structure/holosign/barrier/engineering