From 87b9605915ee4279014a50b2bbbd17fe96646371 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 29 Dec 2018 00:37:07 -0200 Subject: Introduce the BlackBox System (experimental) --- .gitignore | 1 + npc/functions/riddle.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50