From 385a06ecefcdb0eda161353c4a0d1f7e8daeb96d Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 24 Jan 2009 13:20:14 +0000 Subject: Fix some typos --- npc/009-2_Hurnscald/nicholas.txt | 2 +- npc/020-2_Nivalis/furquest.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/009-2_Hurnscald/nicholas.txt b/npc/009-2_Hurnscald/nicholas.txt index ea82bda8..ed441ac4 100644 --- a/npc/009-2_Hurnscald/nicholas.txt +++ b/npc/009-2_Hurnscald/nicholas.txt @@ -216,7 +216,7 @@ L_YesShield: "No.", L_Pass; if (countitem("InfantryHelmet") == 1) goto L_MoreInfantry; - if (countitem("InfantryHelmet') == 0) goto L_NoInfantry; + if (countitem("InfantryHelmet") == 0) goto L_NoInfantry; mes "[Nicholas]"; mes "Nicholas pulls out two of your infantry helmets."; diff --git a/npc/020-2_Nivalis/furquest.txt b/npc/020-2_Nivalis/furquest.txt index 2e804be2..f5db8348 100644 --- a/npc/020-2_Nivalis/furquest.txt +++ b/npc/020-2_Nivalis/furquest.txt @@ -92,7 +92,7 @@ L_State_0_5: L_State_0_6: mes "[Agostine, The Legendary Tailor]"; mes "\"So, some milk for me?\""; - if (countitem("Milk') < 1) goto L_State_neg; + if (countitem("Milk") < 1) goto L_State_neg; delitem "Milk", 1; goto L_State_bad; close; -- cgit v1.2.3-60-g2f50