summaryrefslogtreecommitdiff
path: root/npc/functions/captcha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/captcha.txt')
-rw-r--r--npc/functions/captcha.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/captcha.txt b/npc/functions/captcha.txt
index d7dc45aae..e34ef6397 100644
--- a/npc/functions/captcha.txt
+++ b/npc/functions/captcha.txt
@@ -206,6 +206,8 @@ OnClinic:
} // Caster loop
} // for loop
} // Map loop
+ // If we went this far, it is fine to log the result
+ logmes sprintf("@treat: \"%s\" treated \"%s\" Botter's Syndrome.", .@benef$, strcharinfo(0)), LOGMES_ATCOMMAND;
// The chance is further modified by how intense the syndrome is
// Every 5% effect steals 1% of treatment chance
.@chance -= limit(0, getstatus(SC_BOTTER_SYNDROME, 1) / 5, 25);