diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-27 11:52:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-27 11:52:20 -0300 |
commit | 19c34ece2c92f1da477a8b06c3e26f39c14ebdec (patch) | |
tree | 45418112f74e5524d04985c699a9f15ebcfff949 /npc/023-3 | |
parent | 2a571c4e2b08f59ce583f64a8f73fdf5c8ab2260 (diff) | |
download | serverdata-19c34ece2c92f1da477a8b06c3e26f39c14ebdec.tar.gz serverdata-19c34ece2c92f1da477a8b06c3e26f39c14ebdec.tar.bz2 serverdata-19c34ece2c92f1da477a8b06c3e26f39c14ebdec.tar.xz serverdata-19c34ece2c92f1da477a8b06c3e26f39c14ebdec.zip |
Boss fanfare: Terogan, Night Dragon, Monster Army Generic Officers, Monster Admiral, Monster Governor, Pinkie Emperor, Frostia's Generic Yeti, Monster King's Illusion, Moubootaur (Sealed), Monster King (original), Luvia Gemini [hack], Pirate Captain Marley, Masked Assassin, Platinum Queen (Soul Eater), Dusty People's Boss, Demure Queen of Dragons, Tulimshar's Generic Assassin, The Icicle.
Diffstat (limited to 'npc/023-3')
-rw-r--r-- | npc/023-3/logic.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 59a8bd7c5..0b722516e 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -171,6 +171,7 @@ OnYetiDefeat: message(.@rid, l("You've slayed the Yeti.")); npctalk l("Good luck in your journey, @@.", rid2name(.@rid)); setq FrostiaQuest_Homunculus, 1; + specialeffect(FX_FANFARE, AREA, getcharid(3)); end; OnInit: |