diff options
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; |