summaryrefslogtreecommitdiff
path: root/npc/items/miscrecipes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/miscrecipes.txt')
-rw-r--r--npc/items/miscrecipes.txt4
1 files changed, 2 insertions, 2 deletions
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!