diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-17 02:56:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-17 02:56:33 -0300 |
commit | a2995d3153804144aacad8f428c795657f0d522b (patch) | |
tree | d6f1d4102d31646be26bee69dfbb1bb53dc2b936 /npc/000-1 | |
parent | 78671ef8d75459784f3e5b6b0370eeab60ecaed6 (diff) | |
download | serverdata-a2995d3153804144aacad8f428c795657f0d522b.tar.gz serverdata-a2995d3153804144aacad8f428c795657f0d522b.tar.bz2 serverdata-a2995d3153804144aacad8f428c795657f0d522b.tar.xz serverdata-a2995d3153804144aacad8f428c795657f0d522b.zip |
Fix typo
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/exit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index 565e1cf38..fe1be33cf 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -9,7 +9,7 @@ OnTouch: OnTalk: OnTalkNearby: // At any time, if you can't leave Nard ship, you must go to nard ship - if (getq(ShipQuests_Julia) < 3) { + if (!getq(General_Narrator) && getq(ShipQuests_Julia) < 3) { warp "002-1", 53, 38; end; } |