stripper-configs/ze_raccoon_facility_v6b.cfg

29 lines
299 B
INI
Raw Normal View History

2019-06-17 01:13:20 +02:00
;----------
;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"
}
}