diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-29 00:37:07 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-29 00:37:07 -0200 |
commit | 87b9605915ee4279014a50b2bbbd17fe96646371 (patch) | |
tree | 4e3bf171d7232021773972e194ea988bb8a5d397 /npc/functions/riddle.txt | |
parent | 7158527c6dd52434bf72157b03cfc68a7a911439 (diff) | |
download | serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.tar.gz serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.tar.bz2 serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.tar.xz serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.zip |
Introduce the BlackBox System (experimental)
Diffstat (limited to 'npc/functions/riddle.txt')
-rw-r--r-- | npc/functions/riddle.txt | 2 |
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; |