31 lines
308 B
INI
Executable File
31 lines
308 B
INI
Executable File
;; _
|
|
|
|
;; fix fall teleport
|
|
|
|
add:
|
|
{
|
|
"model" "*5"
|
|
"target" "num 4"
|
|
"StartDisabled" "0"
|
|
"spawnflags" "9"
|
|
"origin" "-896 1120 -784"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
|
|
;; increase nuke damage
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "nuke"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "100000"
|
|
}
|
|
}
|
|
|
|
|