diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-04 00:25:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-04 00:25:55 -0300 |
commit | aa5d6756db20c9fbd606f676c06c98b7617432bb (patch) | |
tree | e6d62c9af1134dca64198ca4dcc626673e827085 /npc/items | |
parent | 1b56651b811c59b99b5e925f73aed3339bbd9d3b (diff) | |
download | serverdata-aa5d6756db20c9fbd606f676c06c98b7617432bb.tar.gz serverdata-aa5d6756db20c9fbd606f676c06c98b7617432bb.tar.bz2 serverdata-aa5d6756db20c9fbd606f676c06c98b7617432bb.tar.xz serverdata-aa5d6756db20c9fbd606f676c06c98b7617432bb.zip |
Savior Helmet Recipe
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/miscrecipes.txt | 4 |
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! |