Skip to content

Commit 0a4e46a

Browse files
authored
Holo bariers check for sneak (#737)
1 parent 57bb917 commit 0a4e46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/game/objects/structures/holosign.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
var/mob/living/carbon/C = mover
7777
if(C.stat) // Lets not prevent dragging unconscious/dead people.
7878
return TRUE
79-
if(allow_walk && C.move_intent == MOVE_INTENT_WALK)
79+
if(allow_walk && C.move_intent == MOVE_INTENT_SNEAK) // NON-MODULE CHANGE
8080
return TRUE
8181

8282
/obj/structure/holosign/barrier/wetsign

0 commit comments

Comments
 (0)