From fe9bb2eb28413ca1ff0ab5429cb42ef133a94ea1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 May 2024 22:20:41 -0300 Subject: Allow the Legendary Heroes to begin the Moubootaur Sealed, and add a new difficulty. --- npc/029-9/boss.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/npc/029-9/boss.txt b/npc/029-9/boss.txt index 1588cc752..8f9089e88 100644 --- a/npc/029-9/boss.txt +++ b/npc/029-9/boss.txt @@ -13,7 +13,7 @@ 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 (!is_staff() && strcharinfo(0) != $MOST_HEROIC$ && !islegendary()) end; if ($@FIRESOFSTEAM_BOSS) end; select l("Ignore this book"), @@ -27,7 +27,11 @@ Level of difficulty setting (100/130/160/190/220) rif($FIRESOFSTEAM >= 10, l("Crazy Mode")), rif($FIRESOFSTEAM >= 10, l("Cadis Mode")), rif($FIRESOFSTEAM >= 10, l("Crazy Cadis Ultimate Pandorica Mode")), - rif($FIRESOFSTEAM >= 10, l("Portable Apocalypse")); + rif($FIRESOFSTEAM >= 10, l("Portable Apocalypse")), + "", + "", + "", + rif($GAME_STORYLINE >= 5, l("Judgment Day")); mes ""; $@FIRESOFSTEAM_DIFF=70+(@menu*30); switch (@menu) { @@ -36,6 +40,7 @@ Level of difficulty setting (100/130/160/190/220) case 3: .@d$="##5Cadis"; break; case 4: .@d$="##6Crazy Cadis Ultimate Pandorica"; break; case 5: .@d$="##1Portable Apocalypse"; break; + case 9: .@d$="##1Judgment Day"; break; default: .@d$="Unknown"; } mapannounce("029-9", "Difficulty Selected: ##B"+.@d$+"##b", 0); -- cgit v1.2.3-70-g09d2