summaryrefslogtreecommitdiff
path: root/npc/027-8/general_terogan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-8/general_terogan.txt')
-rw-r--r--npc/027-8/general_terogan.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/027-8/general_terogan.txt b/npc/027-8/general_terogan.txt
index e9619b0a..9cbca92e 100644
--- a/npc/027-8/general_terogan.txt
+++ b/npc/027-8/general_terogan.txt
@@ -263,6 +263,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 + 75;
message strcharinfo(0), "You gain 75 Boss Points giving you a total of " + BOSS_POINTS + ".";
goto L_End;