diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-10 11:09:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-10 11:09:40 -0300 |
commit | 7f8739e617721845a544da55cd7a9ef27859f57a (patch) | |
tree | ffcfaeacd80034ac6cd28498eb4f6a9d549dec67 /npc/021-4 | |
parent | f435bbcaab6139d0ce232ce0ba1f49bc5d9eaf0b (diff) | |
download | serverdata-7f8739e617721845a544da55cd7a9ef27859f57a.tar.gz serverdata-7f8739e617721845a544da55cd7a9ef27859f57a.tar.bz2 serverdata-7f8739e617721845a544da55cd7a9ef27859f57a.tar.xz serverdata-7f8739e617721845a544da55cd7a9ef27859f57a.zip |
You LOSE, FAIL at Cindy Quest after the 30th wave.
This is roughly 3 hours and half, so don't complain %%e
Diffstat (limited to 'npc/021-4')
-rw-r--r-- | npc/021-4/main.txt | 4 |
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; |