diff options
Diffstat (limited to 'npc/009-2_Hurnscald')
-rw-r--r-- | npc/009-2_Hurnscald/nicholas.txt | 2 |
1 files changed, 1 insertions, 1 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."; |