summaryrefslogtreecommitdiff
path: root/npc/029-3/parua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-3/parua.txt')
-rw-r--r--npc/029-3/parua.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/029-3/parua.txt b/npc/029-3/parua.txt
index 4f282feb..b449ba0d 100644
--- a/npc/029-3/parua.txt
+++ b/npc/029-3/parua.txt
@@ -411,6 +411,8 @@ L_IdleCheckPassed:
OnReward:
if (ispcdead())
end;
+ if (checkidle() > MAX_IDLE)
+ goto L_End;
BOSS_POINTS = BOSS_POINTS + 100;
message strcharinfo(0), "You gain 100 Boss Points giving you a total of " + BOSS_POINTS + ".";
goto L_CleanUp_Player;