diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-12-12 16:05:44 +0100 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-12-13 07:54:53 +0000 |
commit | 7a9cbd6dc8aab71daad6b94d38537d09486ded28 (patch) | |
tree | d46d4db1ad4a309df4858194b8c420532bfb50f2 | |
parent | feb747b04e54b738fb3242aa02f0f7efb6f87ee9 (diff) | |
download | serverdata-7a9cbd6dc8aab71daad6b94d38537d09486ded28.tar.gz serverdata-7a9cbd6dc8aab71daad6b94d38537d09486ded28.tar.bz2 serverdata-7a9cbd6dc8aab71daad6b94d38537d09486ded28.tar.xz serverdata-7a9cbd6dc8aab71daad6b94d38537d09486ded28.zip |
Only give directions to player if they acted naughty on their own
.. if they came from balthasar then they already know the route.
-rw-r--r-- | world/map/npc/030-2/eljas.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/030-2/eljas.txt b/world/map/npc/030-2/eljas.txt index 93270299..9ad2c342 100644 --- a/world/map/npc/030-2/eljas.txt +++ b/world/map/npc/030-2/eljas.txt @@ -188,7 +188,8 @@ L_NotWelcome: mes "... You hear a voice calling your name ... "; mes "[Balthasar]"; mes "\"Come See me in the caves below.\""; - mes "\"go south till you reach the snowman. Then head into the cave to the east.\""; + if (!@xmas_knows_route) + mes "\"go south till you reach the snowman. Then head into the cave to the east.\""; warp "020-1",33,94; close; |