f7207ebf09
Also batch converted /r/n to /n
18 lines
204 B
INI
18 lines
204 B
INI
;--------------------
|
|
;INCREASE NUKE DAMAGE
|
|
;--------------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_hurt"
|
|
"targetname" "sunburn"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "10000"
|
|
"damagecap" "10000"
|
|
}
|
|
}
|