stripper-configs/maps/ze_little_trip_v2.cfg

45 lines
552 B
INI
Raw Permalink Normal View History

2025-01-03 18:59:04 +01:00
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"
}
}