diff options
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r-- | npc/craft/recipes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 98c2c2849..693de6830 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -327,6 +327,12 @@ function readCrafting { 2, TitaniumIngot, 5, Coal, 1, EverburnPowder); + // Exception to shield rule: Braknar Shield + showRecipe(CraftBraknarShield, BraknarShield, + 18, CopperIngot, + 2, TinIngot, + 5, Coal, + 1, EverburnPowder); next; // Misc: Misc items mesc "----------"+l("Miscellaneous Recipes")+"----------", 2; |