summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-17 02:56:33 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-17 02:56:33 -0300
commita2995d3153804144aacad8f428c795657f0d522b (patch)
treed6f1d4102d31646be26bee69dfbb1bb53dc2b936
parent78671ef8d75459784f3e5b6b0370eeab60ecaed6 (diff)
downloadserverdata-a2995d3153804144aacad8f428c795657f0d522b.tar.gz
serverdata-a2995d3153804144aacad8f428c795657f0d522b.tar.bz2
serverdata-a2995d3153804144aacad8f428c795657f0d522b.tar.xz
serverdata-a2995d3153804144aacad8f428c795657f0d522b.zip
Fix typo
-rw-r--r--npc/000-1/exit.txt2
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;
}