diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-09 05:30:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-09 05:30:33 -0300 |
commit | a35070fc29665fa96e56863967b192cfc6c06198 (patch) | |
tree | 7955f519a06e2d6ce61a53d4db469ca7db288075 | |
parent | a821a9eb3f53f288055bad4fd4036476a2f808a5 (diff) | |
download | serverdata-a35070fc29665fa96e56863967b192cfc6c06198.tar.gz serverdata-a35070fc29665fa96e56863967b192cfc6c06198.tar.bz2 serverdata-a35070fc29665fa96e56863967b192cfc6c06198.tar.xz serverdata-a35070fc29665fa96e56863967b192cfc6c06198.zip |
Missing clue
-rw-r--r-- | npc/001-3-0/gates.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-3-0/gates.txt b/npc/001-3-0/gates.txt index ceae982f..dc30bcac 100644 --- a/npc/001-3-0/gates.txt +++ b/npc/001-3-0/gates.txt @@ -81,7 +81,8 @@ OnInit: close; } speech - l("You try to move this wheel, but it is stuck. Something seems to be missing."); + l("You try to move this wheel, but it is stuck. Something seems to be missing."), + l("Maybe some monster ate it, but what would be big enough to do that?!"); // Switch gearwheel status: 1(looted) 2(unlooted) switch (.@q2) { |