summaryrefslogtreecommitdiff
path: root/npc/027-7/general_razha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-7/general_razha.txt')
-rw-r--r--npc/027-7/general_razha.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/027-7/general_razha.txt b/npc/027-7/general_razha.txt
index ceb024b0..7522e1f3 100644
--- a/npc/027-7/general_razha.txt
+++ b/npc/027-7/general_razha.txt
@@ -198,6 +198,8 @@ OnReward:
@bonus = (BaseLevel/2);
DailyQuestBonus = DailyQuestBonus + @bonus;
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 + 50;
message strcharinfo(0), "You gain 50 Boss Points giving you a total of " + BOSS_POINTS + ".";
goto L_End;