From 6d786005f794bf4e245e9b1b3ad7cf4b6cee9429 Mon Sep 17 00:00:00 2001 From: Saulc Date: Wed, 7 Feb 2018 21:34:11 +0100 Subject: fix duplicated names --- npc/002-3/doors.txt | 4 ++-- npc/002-3/julia.txt | 2 +- npc/002-3/note.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/002-3') diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt index 4e39b520c..7d8a9d11d 100644 --- a/npc/002-3/doors.txt +++ b/npc/002-3/doors.txt @@ -19,7 +19,7 @@ // 11 Need to see Julia // 12 Has been registered by Julia -002-3,19,28,0 script AreaNPC#doors1 NPC_HIDDEN,0,0,{ +002-3,19,28,0 script AreaNPC#doors4 NPC_HIDDEN,0,0,{ OnTouch: .@nard = getq(ShipQuests_Nard); @@ -72,7 +72,7 @@ L_End: close; } -002-3,33,28,0 script AreaNPC#doors2 NPC_HIDDEN,0,0,{ +002-3,33,28,0 script AreaNPC#doors5 NPC_HIDDEN,0,0,{ OnTouch: .@julia = getq(ShipQuests_Julia); diff --git a/npc/002-3/julia.txt b/npc/002-3/julia.txt index 5c873a158..f2c2f83ba 100644 --- a/npc/002-3/julia.txt +++ b/npc/002-3/julia.txt @@ -32,7 +32,7 @@ // 24 ChefGado Quest completed and "Introduction" chapter finalized. // 25 Reward taken from the box. -002-3,27,24,0 script Julia NPC_JULIA,2,10,{ +002-3,27,24,0 script Julia#TMW2 NPC_JULIA,2,10,{ function ynMenu { if (select(l("Yes, I do."), l("No, none.")) == 1) { diff --git a/npc/002-3/note.txt b/npc/002-3/note.txt index 0509e9f02..31b395541 100644 --- a/npc/002-3/note.txt +++ b/npc/002-3/note.txt @@ -7,7 +7,7 @@ // Description: // A small note presenting the 6 main rules of Evol Online. -002-3,29,25,0 script Note NPC_PAPER_NOTE,{ +002-3,29,25,0 script Note#johanne NPC_PAPER_NOTE,{ narrator S_LAST_NEXT, l("There is a paper with some rules written on it."); -- cgit v1.2.3-60-g2f50