33 lines
440 B
INI
33 lines
440 B
INI
;Fix ZM teleport bug at boss stages 1 and 4
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_multiple"
|
|
"targetname" "s14boss_trigger"
|
|
}
|
|
delete:
|
|
{
|
|
"OnStartTouch" "s1tele_2_1,AddOutput,origin 3415 -4168 -1195,20.5,1"
|
|
}
|
|
}
|
|
|
|
; Another fix
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "s36hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "1000"
|
|
}
|
|
insert:
|
|
{
|
|
"OnStartTouch" "!activator,AddOutput,origin -128 -14464 3392,0,-1"
|
|
}
|
|
}
|