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 | |
parent | 7158527c6dd52434bf72157b03cfc68a7a911439 (diff) | |
download | serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.tar.gz serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.tar.bz2 serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.tar.xz serverdata-87b9605915ee4279014a50b2bbbd17fe96646371.zip |
Introduce the BlackBox System (experimental)
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | npc/functions/riddle.txt | 2 |
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; |