diff options
-rw-r--r-- | npc/002-3/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt index 4679e7268..13803ffc7 100644 --- a/npc/002-3/doors.txt +++ b/npc/002-3/doors.txt @@ -7,7 +7,7 @@ 002-3,30,28,0 script AreaNPC#doors4 NPC_HIDDEN,0,0,{ OnTouch: - if (getq(ShipQuests_Julia) < 3) { + if (!getq(General_Narrator) && getq(ShipQuests_Julia) < 3) { showavatar NPC_NARD; setcamnpc "Nard"; mesn l("Nard"); |