summaryrefslogtreecommitdiff
path: root/npc/021-4/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/021-4/main.txt')
-rw-r--r--npc/021-4/main.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt
index cb6003b44..14a5da508 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -302,8 +302,8 @@ OnTimer2000:
areamonster "021-4", 20, 20, 100, 80, strmobinfo(1, .@mid), .@mid, $@CINDY_STATE;
}
- // You're taking too much time, clear the spot after the 40th wave
- if (.lifetime >= 40)
+ // You're taking too much time, clear the spot after the 30th wave
+ if (.lifetime >= 30)
goto L_Reckless;
initnpctimer;
end;