diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-15 09:10:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-15 09:10:17 -0300 |
commit | a596d6aa11a09740e438f99b154c34fbad86a05d (patch) | |
tree | 3e462c1a9d891fe93f2bde26af201e52ffa6716e /npc/002-3 | |
parent | 0057cd0af6347b25f8f7454e603095aee31e3d43 (diff) | |
download | serverdata-a596d6aa11a09740e438f99b154c34fbad86a05d.tar.gz serverdata-a596d6aa11a09740e438f99b154c34fbad86a05d.tar.bz2 serverdata-a596d6aa11a09740e438f99b154c34fbad86a05d.tar.xz serverdata-a596d6aa11a09740e438f99b154c34fbad86a05d.zip |
Fix typo
Diffstat (limited to 'npc/002-3')
-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"); |