summaryrefslogtreecommitdiff
path: root/npc/027-6/general_krukan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-6/general_krukan.txt')
-rw-r--r--npc/027-6/general_krukan.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/027-6/general_krukan.txt b/npc/027-6/general_krukan.txt
index 54d2b442..bdcf5858 100644
--- a/npc/027-6/general_krukan.txt
+++ b/npc/027-6/general_krukan.txt
@@ -196,8 +196,13 @@ OnReward:
message strcharinfo(0), "You feel a temporary rush of power and zest for action. " + @bonus + " daily bonus gained." ;
if (checkidle() > MAX_IDLE)
goto L_End;
- BOSS_POINTS = BOSS_POINTS + 25;
- message strcharinfo(0), "You gain 25 Boss Points giving you a total of " + BOSS_POINTS + ".";
+ if (BaseLevel < 90) {
+ BOSS_POINTS += 25;
+ dispbottom l("You gain %s Boss Points giving you a total of %s.", "20+5", fnum(BOSS_POINTS));
+ } else {
+ BOSS_POINTS += 20;
+ dispbottom l("You gain %s Boss Points giving you a total of %s.", "20", fnum(BOSS_POINTS));
+ }
goto L_End;
L_End: