45 lines
552 B
INI
Executable File
45 lines
552 B
INI
Executable File
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "button_5"
|
|
}
|
|
replace:
|
|
{
|
|
"wait" "-1"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPressed" "door_math,Subtract,1,0.2,1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "button_4"
|
|
}
|
|
replace:
|
|
{
|
|
"wait" "-1"
|
|
}
|
|
delete:
|
|
{
|
|
"OnPressed" "door_math,Subtract,1,0.2,1"
|
|
}
|
|
}
|
|
;fix boss breakable being too low health
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_breakable"
|
|
"targetname" "boss_health"
|
|
"hammerid" "117200"
|
|
}
|
|
replace:
|
|
{
|
|
"health" "9999999"
|
|
}
|
|
} |