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 c84190775..614a2ab43 100644
--- a/npc/001-7/celestia_bossfight.txt
+++ b/npc/001-7/celestia_bossfight.txt
@@ -46,10 +46,10 @@ L_Survivor:
l("I want coal");
mes "";
- .@r=rand(1,100);
+ .@r=rand(1,100)+(@YetiKing_Challenger*5);
switch (@menu) {
case 1:
- if (.@r < 30)
+ if (.@r > 70)
getitem rand(Diamond, Amethyst), 1;
else
getitem rand(CopperOre, TitaniumOre), 1;
@@ -73,7 +73,7 @@ L_Survivor:
mes "";
select
l("Please, bring me back home."),
- rif((getareausers("001-7", 7) > 1 || $@GM_OVERRIDE) && !mobcount(.map$, "#YetiKing::OnVictory"), l("No, we challenge you to a duel!")),
+ rif((getareausers("001-7", 7) > 1 || $@GM_OVERRIDE) && !mobcount(.map$, "#YetiKing::OnVictory") && @YetiKing_Challenger, l("No, we challenge you to a duel!")),
l("I'll walk around here a little more.");
mes "";