diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-03 17:30:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-03 17:30:49 -0300 |
commit | 9301c8bd0d0b908b1a98014fef9781f94f221971 (patch) | |
tree | 993f1a1c123dfe04db9cbd577b2834f34d1b9eca /npc/003-0 | |
parent | 0d68d3b597d74675ec9a93ac68dbfe8a6ab2dd9f (diff) | |
download | serverdata-9301c8bd0d0b908b1a98014fef9781f94f221971.tar.gz serverdata-9301c8bd0d0b908b1a98014fef9781f94f221971.tar.bz2 serverdata-9301c8bd0d0b908b1a98014fef9781f94f221971.tar.xz serverdata-9301c8bd0d0b908b1a98014fef9781f94f221971.zip |
Add a few missing checks which could allow players to reach LoF or Hurns in land
route if Hurnscald was not liberated.
Eternal Swamps route already had a handler for Hurns+Nivalis liberation, it was kept.
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/recepcionist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/recepcionist.txt b/npc/003-0/recepcionist.txt index 4230a8b7e..90c4a4274 100644 --- a/npc/003-0/recepcionist.txt +++ b/npc/003-0/recepcionist.txt @@ -155,7 +155,7 @@ OnInstanceInit: end; OnTouch: - if (MAGIC_LVL) + if (MAGIC_LVL && $HURNS_LIBDATE) warp "027-1", any(89,90), 155; end; } |