summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/craft/recipes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index 155e441c4..fbe47628d 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -470,6 +470,9 @@ function script MakeBlueprint {
array_push(.@recipes, CraftPynRevolver);
array_push(.@recipes, CraftApprenticeWand);
array_push(.@recipes, CraftElficBow);
+ array_push(.@recipes, CraftBritShield);
+ array_push(.@recipes, CraftBromenalShield);
+ array_push(.@recipes, CraftBlueKnightShield);
}
if (.@rarity & CRAFT_EXPERT) {
array_push(.@recipes, CraftGoldenRing);
@@ -480,6 +483,8 @@ function script MakeBlueprint {
array_push(.@recipes, CraftPynGatling);
array_push(.@recipes, CraftLeaderWand);
array_push(.@recipes, CraftChampionshipBow);
+ array_push(.@recipes, CraftSteelShield);
+ array_push(.@recipes, CraftDragonShield);
}
if (.@rarity & CRAFT_MASTER) {
array_push(.@recipes, CraftDivineSword);
@@ -487,6 +492,7 @@ function script MakeBlueprint {
array_push(.@recipes, CraftPynShotgun);
array_push(.@recipes, CraftLegendaryWand);
array_push(.@recipes, CraftBansheeBow);
+ array_push(.@recipes, CraftSaviorShield);
}
// Now you'll learn some recipe!