19 lines
146 B
INI
Executable File
19 lines
146 B
INI
Executable File
;; _
|
|
|
|
;; increase nuke damage
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "hurt1"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "99999"
|
|
}
|
|
}
|
|
|
|
|