We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bb917 commit 0a4e46aCopy full SHA for 0a4e46a
1 file changed
code/game/objects/structures/holosign.dm
@@ -76,7 +76,7 @@
76
var/mob/living/carbon/C = mover
77
if(C.stat) // Lets not prevent dragging unconscious/dead people.
78
return TRUE
79
- if(allow_walk && C.move_intent == MOVE_INTENT_WALK)
+ if(allow_walk && C.move_intent == MOVE_INTENT_SNEAK) // NON-MODULE CHANGE
80
81
82
/obj/structure/holosign/barrier/wetsign
0 commit comments