From 06cea08513a4d12918728f12189c83eb5ef2d747 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 8 Jun 2019 13:37:45 -0300 Subject: Add the remaining Pyndragon's weapons --- npc/craft/recipes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/craft') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 55f82dc13..74116ef45 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -265,13 +265,16 @@ function script MakeBlueprint { if (.@rarity & CRAFT_ADVANCED) { array_push(.@recipes, CraftBacksword); array_push(.@recipes, CraftShortsword); + array_push(.@recipes, CraftPynRevolver); array_push(.@recipes, CraftApprenticeWand); } if (.@rarity & CRAFT_EXPERT) { + array_push(.@recipes, CraftPynRifle); + array_push(.@recipes, CraftPynGatling); array_push(.@recipes, CraftLeaderWand); - array_push(.@recipes, CraftPynRevolver); } if (.@rarity & CRAFT_MASTER) { + array_push(.@recipes, CraftPynShotgun); array_push(.@recipes, CraftLegendaryWand); } -- cgit v1.2.3-60-g2f50