From aa5d6756db20c9fbd606f676c06c98b7617432bb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 Jun 2022 00:25:55 -0300 Subject: Savior Helmet Recipe --- npc/items/miscrecipes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/items') diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt index 04d9e1873..275d5b0f7 100644 --- a/npc/items/miscrecipes.txt +++ b/npc/items/miscrecipes.txt @@ -53,7 +53,7 @@ function script LegendaryBlueprint { return; } // Current: 3x Mylarin & 2x Sunny Crystal (can be cheated for 2) - // Needed: 2x Mylarin & 2x Sunny Crystal + // Needed: 3x Mylarin & 2x Sunny Crystal // Setup array_push(.@recipes, CraftSkypiercer); // Weapon: Sky Piercer @@ -61,7 +61,7 @@ function script LegendaryBlueprint { array_push(.@recipes, CraftSaviorArmor); // Savior Armor //array_push(.@recipes, CraftSaviorPants); // Savior Pants array_push(.@recipes, CraftSaviorBoots); // Savior Boots - //array_push(.@recipes, CraftSavior); // Savior Helmet + array_push(.@recipes, CraftSaviorHelmet); // Savior Helmet //array_push(.@recipes, CraftSavior); // Savior Gloves (?)(X) // Now you'll learn some recipe! -- cgit v1.2.3-70-g09d2