diff options
Diffstat (limited to 'npc/029-9')
-rw-r--r-- | npc/029-9/boss.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/029-9/boss.txt b/npc/029-9/boss.txt index 8d89513c0..6da8083aa 100644 --- a/npc/029-9/boss.txt +++ b/npc/029-9/boss.txt @@ -12,7 +12,6 @@ Level of difficulty setting (100/130/160/190/220) ////////////////////////////////////////// // Boss Room - 029-9,96,22,0 script Book#FoS NPC_NO_SPRITE,{ if (!is_staff() && strcharinfo(0) != $MOST_HEROIC$) end; if ($@FIRESOFSTEAM_BOSS) end; @@ -298,6 +297,7 @@ OnProlEnd: initnpctimer; end; +////////////// Player's Victory ////////////// OnEventEnd: stopnpctimer; enablenpc "#029-9_97_49"; // Exit @@ -362,7 +362,7 @@ OnMFAndreiMagic: .@stat=max(1, 5-((100-$@FIRESOFSTEAM_DIFF)/30)); dispbottom col(l("Enemies stunned!"), 3); dispbottom col(l("All Stats temporarily raised!"), 2); - dispbottom l("Andrei Sakar used magic: Triumph of the Eternals"); + dispbottom l("Andrei Sakar used magic: %s", b(l("Triumph of the Eternals"))); sc_start(SC_INCALLSTATUS, .boostime, .@stat, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); end; @@ -501,7 +501,7 @@ OnTimer15000: initnpctimer; end; -// Defeat +////////////// Player's Defeat ////////////// L_Defeat: $@FIRESOFSTEAM_BOSS=0; $@FIRESOFSTEAM_DIFF=0; |