26 lines
308 B
INI
26 lines
308 B
INI
;Fix nuke killing humans
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_hurt"
|
|
"targetname" "Map_Hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "50000"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_once"
|
|
"targetname" "Round_Win_Trigger"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "!activator,AddOutput,health 999999,0,-1"
|
|
}
|
|
}
|