From a2995d3153804144aacad8f428c795657f0d522b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Mar 2021 02:56:33 -0300 Subject: Fix typo --- npc/000-1/exit.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50