summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/captcha.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/captcha.txt b/npc/functions/captcha.txt
index 1e886db11..5707204e4 100644
--- a/npc/functions/captcha.txt
+++ b/npc/functions/captcha.txt
@@ -272,7 +272,7 @@ OnTimer12000:
.@k5 = syndroCheck(.@k); .@k = BaseExp;
.@k6 = syndroCheck(.@k); .@k = BaseExp;
.@k7 = syndroCheck(.@k); .@k = BaseExp;
- sleep2(1000);
+ .@k8 = syndroCheck(.@k); .@k = BaseExp;
// You logged out? LAME! Anyway, carry on
if (!playerattached())
break;
@@ -294,6 +294,8 @@ OnTimer12000:
.@chance -= 15;
if (!.@k7)
.@chance -= 15;
+ if (!.@k8)
+ .@chance -= 15;
// You killed less than 7 monsters, fall to 40.0%
if (.@mpk + 7 > MONSTERS_KILLED)
.@chance -= 200;