From 761af1f0ee86abd4ebcebe73acefa8b3cedcdf77 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Wed, 20 May 2009 21:43:56 +0200 Subject: Minor string fixes * Correct spelling of Scoprion (reported by erebe on the forums) * Remove plural ending from item popup syntax --- npc/010-2_Dimonds_Cove/doug.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/010-2_Dimonds_Cove') diff --git a/npc/010-2_Dimonds_Cove/doug.txt b/npc/010-2_Dimonds_Cove/doug.txt index 34dbb609..505c7a54 100644 --- a/npc/010-2_Dimonds_Cove/doug.txt +++ b/npc/010-2_Dimonds_Cove/doug.txt @@ -11,12 +11,12 @@ L_0: mes "[Doug]"; - mes "\"I need 40 more [Cave Snake Lamps] to make my light!\""; + mes "\"I need 40 more [Cave Snake Lamp]s to make my light!\""; next; goto L_Question; L_1: mes "[Doug]"; - mes "\"This lamp should light up this whole place! I just need [40 Cave Snake Lamps]\""; + mes "\"This lamp should light up this whole place! I just need [40 Cave Snake Lamp]s.\""; next; goto L_Question; L_2: @@ -26,13 +26,13 @@ L_2: L_3: mes "[Doug]"; - mes "\"Can you get me 40 [Cave Snake Lamps]? I need them to get this light finished.\""; + mes "\"Can you get me 40 [Cave Snake Lamp]s? I need them to get this light finished.\""; next; goto L_Question; L_Question: mes "[Doug]"; - mes "\"Will you help me find 40 [Cave Snake Lamps]?\""; + mes "\"Will you help me find 40 [Cave Snake Lamp]s?\""; next; menu "Yes", L_Sure, @@ -72,13 +72,13 @@ J_3: L_Go: mes "[Doug]"; - mes "\"Now please go get me 40 [Cave Snake Lamps]\""; + mes "\"Now please go get me 40 [Cave Snake Lamp]s.\""; close; L_State2: if(countitem(612) >= 40) goto L_Have; mes "[Doug]"; - mes "\"Please help me collect 40 [Cave Snake Lamps]!\""; + mes "\"Please help me collect 40 [Cave Snake Lamp]s!\""; close; L_Have: -- cgit v1.2.3-70-g09d2