Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Add Mt Bur Stripper (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
notkoen authored Sep 25, 2023
1 parent e24f1a9 commit 80ad58a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions stripper/ze_ffxii_mt_bur_omisace_v5_k3.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
;stripper modification message
modify:
{
match:
{
"classname" "logic_auto"
}
delete:
{
"OnMapSpawn" "cmdCommandsay **Map Status: No Stripper!**0-1"
}
insert:
{
"OnMapSpawn" "cmdCommandsay **Map Status: Stripper #1 Loaded!**0-1"
}
}

;fix heal making humans invulnerable to laser damage
modify:
{
match:
{
"classname" "trigger_hurt"
"targetname" "Stage4_Lazer_Hurt"
}
replace:
{
"DamageType" "512"
}
}

0 comments on commit 80ad58a

Please sign in to comment.