mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Update holosign.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user