diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-07 21:34:11 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-07 21:34:11 +0100 |
commit | 6d786005f794bf4e245e9b1b3ad7cf4b6cee9429 (patch) | |
tree | e6ee0044be33a10636b31a75eb48688021196c37 /npc/002-3 | |
parent | 137395b992709248896fe66888778fe26169c1dc (diff) | |
download | serverdata-6d786005f794bf4e245e9b1b3ad7cf4b6cee9429.tar.gz serverdata-6d786005f794bf4e245e9b1b3ad7cf4b6cee9429.tar.bz2 serverdata-6d786005f794bf4e245e9b1b3ad7cf4b6cee9429.tar.xz serverdata-6d786005f794bf4e245e9b1b3ad7cf4b6cee9429.zip |
fix duplicated names
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/doors.txt | 4 | ||||
-rw-r--r-- | npc/002-3/julia.txt | 2 | ||||
-rw-r--r-- | npc/002-3/note.txt | 2 |
3 files changed, 4 insertions, 4 deletions
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."); |