summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--npc/functions/riddle.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6fd2c386d..4a7d542a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -123,6 +123,7 @@ Thumbs.db
# auto created configs
conf/channels.conf
npc/commands/motd-debug-text.txt
+*_blackbox.txt
# patches
*.orig
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;