diff options
Diffstat (limited to 'npc/012-5')
-rw-r--r-- | npc/012-5/nicholas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 67b2b79d6..3d1a046a7 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -124,7 +124,7 @@ L_Weapon: case 1: goto L_Menu; case 2: - blacksmith_create(WoodenLog, 35, RawLog, 5, WoodenSword, 450); + blacksmith_create(WoodenLog, 20, RawLog, 5, WoodenSword, 450); break; case 3: blacksmith_create(CopperIngot, 18, TinIngot, 2, BronzeGladius, 500); |