summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/009-2_Hurnscald/nicholas.txt2
-rw-r--r--npc/020-2_Nivalis/furquest.txt2
2 files changed, 2 insertions, 2 deletions
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;