summaryrefslogtreecommitdiff
path: root/npc/029-3_Fight_Cave/parua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-3_Fight_Cave/parua.txt')
-rw-r--r--npc/029-3_Fight_Cave/parua.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/029-3_Fight_Cave/parua.txt b/npc/029-3_Fight_Cave/parua.txt
index d0b67f33..c74624d8 100644
--- a/npc/029-3_Fight_Cave/parua.txt
+++ b/npc/029-3_Fight_Cave/parua.txt
@@ -76,7 +76,7 @@ L_NextRound:
if ($@FIGHT_CAVE_LEVEL >= 1200) goto L_CleanUp;
set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_LEVEL;
- if ($@FIGHT_CAVE_LAST + 50 < $@FIGHT_CAVE_LEVEL) goto L_Announce;
+ if ($@FIGHT_CAVE_LAST + 30 < $@FIGHT_CAVE_LEVEL) goto L_Announce;
L_Return_2:
npctalk "Next round starting, round level is " + $@FIGHT_CAVE_LEVEL;
@@ -97,7 +97,7 @@ L_Summon:
L_Announce:
mapannounce "029-1.gat", "Parua: Round " + $@FIGHT_CAVE_LEVEL + " starting with " + $@FIGHT_CAVE_PLAYER_COUNT + " player(s) left alive." , 0;
- set $@FIGHT_CAVE_LAST, $@FIGHT_CAVE_LAST + 50;
+ set $@FIGHT_CAVE_LAST, $@FIGHT_CAVE_LAST + 30;
goto L_Return_2;
L_MOB1: