From 19c34ece2c92f1da477a8b06c3e26f39c14ebdec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Sep 2022 11:52:20 -0300 Subject: 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. --- npc/025-1/ctrl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/025-1') diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 85b4c74d2..7b1d76839 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -459,12 +459,13 @@ OnConquest: if (playerattached()) { getexp 500000, 100000; getitem StrangeCoin, rand2(40,50); + specialeffect(FX_FANFARE, AREA, getcharid(3)); } // Experience injection to the survivors maptimer("025-1", 10, "Gate#F::OnConBonus"); stopnpctimer; // Begin Fires of Steam if needed - if ($MK_TEMPVAR == MK_FIRESOFSTEAM_START) { + if (!$FIRESOFSTEAM && $MK_TEMPVAR >= MK_FIRESOFSTEAM_START) { kamibroadcast("Andrei Sakar : It has been about three months since we begun battling for control overthe Fortress Town."); sleep(5000); kamibroadcast("Andrei Sakar : Since this begun, however, we've heard nothing of Artis Town."); -- cgit v1.2.3-70-g09d2