updating all the stripper files on git
This commit is contained in:
Executable
+27
@@ -0,0 +1,27 @@
|
||||
;Disable bhop during boss stage 4
|
||||
|
||||
modify:
|
||||
{
|
||||
match:
|
||||
{
|
||||
"classname" "logic_relay"
|
||||
"targetname" "lvl4_boss_start"
|
||||
}
|
||||
insert:
|
||||
{
|
||||
"OnTrigger" "cmd,Command,sv_enablebunnyhopping 0,0,1"
|
||||
}
|
||||
}
|
||||
|
||||
modify:
|
||||
{
|
||||
match:
|
||||
{
|
||||
"classname" "logic_relay"
|
||||
"targetname" "lvl4_boss_dead"
|
||||
}
|
||||
insert:
|
||||
{
|
||||
"OnTrigger" "cmd,Command,sv_enablebunnyhopping 1,0,1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user