diff options
Diffstat (limited to 'npc/017-4/pyndragon.txt')
-rw-r--r-- | npc/017-4/pyndragon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt index 6d125d7f3..6a6241e06 100644 --- a/npc/017-4/pyndragon.txt +++ b/npc/017-4/pyndragon.txt @@ -119,7 +119,7 @@ L_Craft: craft_gun( LeadIngot, 8, TitaniumIngot, 8, Coal, 15, PynGatling, 15000 ); goto L_Craft; case 5: - craft_gun( LeadIngot, 12, TitaniumIngot, 12, Coal, 24, PynShotgun, 60000 ); + craft_gun( LeadIngot, 12, TitaniumIngot, 12, Coal, 18, PynShotgun, 60000 ); goto L_Craft; } goto L_Menu; |