From 761ada255b3f66da30ab47bccac46f2b7cb42af0 Mon Sep 17 00:00:00 2001 From: farie82 Date: Sun, 8 Mar 2020 08:53:50 +0100 Subject: [PATCH] Update holosign.dm --- code/game/objects/structures/holosign.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/holosign.dm b/code/game/objects/structures/holosign.dm index 9513e6d702b..46df12c9464 100644 --- a/code/game/objects/structures/holosign.dm +++ b/code/game/objects/structures/holosign.dm @@ -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