From ef5ce2b6f058908cb0de5e1012df7bebec163d90 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Nov 2014 20:58:42 +0300 Subject: fix some npc duplicate names. --- npc/000-1/panels.txt | 4 ++-- npc/000-2-0/doors.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/000-1/panels.txt b/npc/000-1/panels.txt index 151e39d09..13ea41e4e 100644 --- a/npc/000-1/panels.txt +++ b/npc/000-1/panels.txt @@ -6,7 +6,7 @@ // Panels to give advice to the players. // Size = 2 -000-1,65,93,0 script #panel 999,{ +000-1,65,93,0 script #panel1 999,{ mesn "Narrator"; mes col(l("Your heart quickens as your gaze focuses upon a small wooden panel, partly obscured under a layer of wind-blown sand."), 9); @@ -25,7 +25,7 @@ } // Size = 2 -000-1,89,51,0 script #panel 999,{ +000-1,89,51,0 script #panel2 999,{ mesn "Narrator"; mes col(l("This panel looks in rather good shape, as though some people take care of it regularly. Maybe it has important information."), 9); diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index 739467d51..1910137fe 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -17,7 +17,7 @@ // 12 Has been registered by Julia // Gender = 1 -000-2-0,20,28,0 script AreaNPC 32767,0,0,{ +000-2-0,20,28,0 script AreaNPC#doors1 32767,0,0,{ OnTouch: set .@nard, getq(ShipQuests_Nard); @@ -56,7 +56,7 @@ L_End: } // Gender = 1 -000-2-0,33,28,0 script AreaNPC 32767,0,0,{ +000-2-0,33,28,0 script AreaNPC#doors2 32767,0,0,{ OnTouch: set .@julia, getq(ShipQuests_Julia); -- cgit v1.2.3-70-g09d2