diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-04 21:39:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-04 21:39:01 -0300 |
commit | 1c1e9ade99cca85b9ada8257317200231434187e (patch) | |
tree | 253789d7c0dc948c0d1c6d7914e4ed8fd0973459 | |
parent | df3cf8ad69981b5eed5dfcf26c9ebd869bb78e23 (diff) | |
download | tools-1c1e9ade99cca85b9ada8257317200231434187e.tar.gz tools-1c1e9ade99cca85b9ada8257317200231434187e.tar.bz2 tools-1c1e9ade99cca85b9ada8257317200231434187e.tar.xz tools-1c1e9ade99cca85b9ada8257317200231434187e.zip |
Update the riddle so it is "easier" to solve.
Old players might be able to catch it instantly (I hope)
-rw-r--r-- | localserver/npc/015-8_blackbox.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/localserver/npc/015-8_blackbox.txt b/localserver/npc/015-8_blackbox.txt index a95b065..7ae5c57 100644 --- a/localserver/npc/015-8_blackbox.txt +++ b/localserver/npc/015-8_blackbox.txt @@ -14,10 +14,11 @@ function script 0158_Riddle_BlackBox { .@r$="secret"; .@l$=l("secret"); - mesc l("When I died, I gave to my killers a full meal."); - mesc l("But when I was alive, I brought them to their destiny."); - mesc l("When provoked, others came to my aid,"); - mesc l("And after a bite, my aggressors walked away from my body."); + mesc l("When I was alive, I brought people to their destiny."); + mesc l("One day, I was provoked. Others came to my aid,"); + mesc l("But all I could do was a bite."); + mesc l("To my murders, I gave them a full meal."); + mesc l("And in a hut, a lone woman mourned my death."); mes ""; input .@ans$; |