summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-29 00:37:07 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-29 00:37:07 -0200
commit87b9605915ee4279014a50b2bbbd17fe96646371 (patch)
tree4e3bf171d7232021773972e194ea988bb8a5d397 /npc/functions
parent7158527c6dd52434bf72157b03cfc68a7a911439 (diff)
downloadserverdata-87b9605915ee4279014a50b2bbbd17fe96646371.tar.gz
serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.tar.bz2
serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.tar.xz
serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.zip
Introduce the BlackBox System (experimental)
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/riddle.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/riddle.txt b/npc/functions/riddle.txt
index 4ccde67d8..b7fd2c58b 100644
--- a/npc/functions/riddle.txt
+++ b/npc/functions/riddle.txt
@@ -53,7 +53,7 @@ function script riddlevalidation {
.@correct_translated--;
}
}
- // if 70% of the word is correct
+ // if most of the word is correct. (White spaces can and will mess you up!)
.@correct *= 100;
.@correct_translated *= 100;