diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-27 16:20:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-27 16:20:12 -0300 |
commit | 32d36c77b23a449ca239c2b410d8ff5298ee0ed9 (patch) | |
tree | 8855fb99d9b83ed89ae6249c7a28c31ed299dd2b /npc/017-4 | |
parent | 6771b56de8226c6bf5ca1f38f31c2a45822b75b3 (diff) | |
download | serverdata-32d36c77b23a449ca239c2b410d8ff5298ee0ed9.tar.gz serverdata-32d36c77b23a449ca239c2b410d8ff5298ee0ed9.tar.bz2 serverdata-32d36c77b23a449ca239c2b410d8ff5298ee0ed9.tar.xz serverdata-32d36c77b23a449ca239c2b410d8ff5298ee0ed9.zip |
Make firestaffs easier to obtain
Diffstat (limited to 'npc/017-4')
-rw-r--r-- | npc/017-4/pyndragon.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt index 41901733b..5f73b6d84 100644 --- a/npc/017-4/pyndragon.txt +++ b/npc/017-4/pyndragon.txt @@ -126,16 +126,16 @@ L_Craft: switch (@menu) { case 2: - craft_gun( LeadIngot, 5, TitaniumIngot, 5, Coal, 11, PynRevolver, 3000 ); + craft_gun( LeadIngot, 4, TitaniumIngot, 5, Coal, 11, PynRevolver, 3000 ); goto L_Craft; case 3: - craft_gun( LeadIngot, 7, TitaniumIngot, 7, Coal, 14, PynRifle, 3000 ); + craft_gun( LeadIngot, 6, TitaniumIngot, 7, Coal, 14, PynRifle, 3000 ); goto L_Craft; case 4: - craft_gun( LeadIngot, 7, TitaniumIngot, 7, Coal, 14, PynGatling, 4000 ); + craft_gun( LeadIngot, 6, TitaniumIngot, 7, Coal, 14, PynGatling, 4000 ); goto L_Craft; case 5: - craft_gun( LeadIngot, 11, TitaniumIngot, 11, Coal, 16, PynShotgun, 6000 ); + craft_gun( LeadIngot, 9, TitaniumIngot, 10, Coal, 16, PynShotgun, 6000 ); goto L_Craft; } goto L_Menu; |