summaryrefslogtreecommitdiff
path: root/npc/001-7/celestia_bossfight.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-7/celestia_bossfight.txt')
-rw-r--r--npc/001-7/celestia_bossfight.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt
index fb0ce8945..43aa6b451 100644
--- a/npc/001-7/celestia_bossfight.txt
+++ b/npc/001-7/celestia_bossfight.txt
@@ -51,19 +51,19 @@ L_Survivor:
mesq l("In this world, your friends are your strength. You deserve a reward for the victory, please choose whatever you want.");
select
l("I want a gemstone or ore"),
- l("I want experience"),
+ rif(!countitem(MirrorLakeArmor), l("I want experience")),
l("I want gold"),
l("I want coal"),
l("I want monster points");
mes "";
- .@r=rand(1,100)+(@YetiKing_Challenger*5);
+ .@r=rand2(1,100)+(@YetiKing_Challenger*5);
switch (@menu) {
case 1:
if (.@r > 70)
getitem rand2(Diamond, Amethyst), 1;
else
- getitem rand2(CopperOre, (REBRITH ? IridiumOre : TitaniumOre)), any(1,2);
+ getitem rand2(CopperOre, (REBIRTH ? IridiumOre : TitaniumOre)), any(1,2);
break;
case 2:
.@r+=BaseLevel;