Skip to content

Commit ef2e2bb

Browse files
authored
Merge pull request #1221 from Awesomerly/hookzone-tweak
Add new zone types to hookzone menu
2 parents d4d5004 + 7c80025 commit ef2e2bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

addons/sourcemod/scripting/shavit-zones.sp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,6 +2799,9 @@ public int MenuHandler_HookZone_Editor(Menu menu, MenuAction action, int param1,
27992799
| (1 << Zone_Stage)
28002800
| (1 << Zone_NoTimerGravity)
28012801
| (1 << Zone_Gravity)
2802+
| (1 << Zone_Speedmod)
2803+
| (1 << Zone_NoJump)
2804+
| (1 << Zone_Autobhop)
28022805
// ZoneForm_trigger_teleport
28032806
, (1 << Zone_End)
28042807
| (1 << Zone_Respawn)

0 commit comments

Comments
 (0)