diff options
Diffstat (limited to 'npc/craft')
-rw-r--r-- | npc/craft/recipes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 4a499e936..714c77d2c 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -233,6 +233,14 @@ function readCrafting { 16, Coal, 1, EverburnPowder); next; + // Misc + mesc "----------"+l("Miscellaneous Recipes")+"----------", 2; + showRecipe(CraftGoldenRing, GoldenRing, + 5, GoldPieces, + 1, TitaniumIngot, + 8, Coal, + 1, EverburnPowder); + next; @scope$=""; return; } @@ -320,6 +328,7 @@ function script MakeBlueprint { array_push(.@recipes, CraftApprenticeWand); } if (.@rarity & CRAFT_EXPERT) { + array_push(.@recipes, CraftGoldenRing); array_push(.@recipes, CraftPynRifle); array_push(.@recipes, CraftPynGatling); array_push(.@recipes, CraftLeaderWand); |