You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fgd/halflife.fgd
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -903,6 +903,11 @@
903
903
0 : "Collide with corpses"
904
904
1 : "Don't collide with corpses"
905
905
]
906
+
locked_play_on_use(choices) : "If locked, play locked sound on use" : : "By default if door is locked by a master and is set to 'Use only' or triggered by something it won't play the locked sound. Set this option to change the behavior" =
907
+
[
908
+
0 : "No"
909
+
1 : "Yes"
910
+
]
906
911
blocker_recheck(choices) : "Continue moving if blocker is crushed" =
0 commit comments