diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-10 21:47:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-10 21:47:54 -0300 |
commit | b9cf2f7f9cfeaa90a80311b4b6ec9ec65915959e (patch) | |
tree | 92270590b47c9174dc26f4f5488a10c5bce905ea /npc/016-1/doors.txt | |
parent | 17f52684d8dec6b08b78619a264e949ccd79bd5f (diff) | |
download | serverdata-b9cf2f7f9cfeaa90a80311b4b6ec9ec65915959e.tar.gz serverdata-b9cf2f7f9cfeaa90a80311b4b6ec9ec65915959e.tar.bz2 serverdata-b9cf2f7f9cfeaa90a80311b4b6ec9ec65915959e.tar.xz serverdata-b9cf2f7f9cfeaa90a80311b4b6ec9ec65915959e.zip |
Fix some crazy bugs. With this, travel Tulim->Hurns should be fine.
Diffstat (limited to 'npc/016-1/doors.txt')
-rw-r--r-- | npc/016-1/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/016-1/doors.txt b/npc/016-1/doors.txt index 62759c83a..271e5fb64 100644 --- a/npc/016-1/doors.txt +++ b/npc/016-1/doors.txt @@ -14,7 +14,7 @@ OnTouch: close; } if (LOCATION$ == "Tulim") { - warp "003-1", 81, 68; + warp "003-1", 119, 25; close; } mes col("Oh noes! The door is locked!! Quick! Call a GM!!!", 1); |