stripper-configs/maps/ze_raccoon_facility_v6b.cfg

29 lines
299 B
INI

;----------
;Fix nuke
;-----------
modify:
{
match:
{
"classname" "func_button"
"hammerid" "3523"
}
insert:
{
"OnPressed" "gasattack,AddOutput,damage 9999999,120,1"
}
}
modify:
{
match:
{
"targetname" "gasattack"
"classname" "trigger_hurt"
}
replace:
{
"damage" "10000"
}
}