diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 15:30:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 15:30:39 -0300 |
commit | e87ac5953610c90b45c3c25086b61e84d3b2be7b (patch) | |
tree | 97216e34d97fe16041dc5340db35f9d7fb38eb29 /npc/items/miscrecipes.txt | |
parent | 4ac28ea73b584a13196e987c13beff9a10799eff (diff) | |
download | serverdata-e87ac5953610c90b45c3c25086b61e84d3b2be7b.tar.gz serverdata-e87ac5953610c90b45c3c25086b61e84d3b2be7b.tar.bz2 serverdata-e87ac5953610c90b45c3c25086b61e84d3b2be7b.tar.xz serverdata-e87ac5953610c90b45c3c25086b61e84d3b2be7b.zip |
Savior Armor recipe. Now we need the Savior Blueprint
Diffstat (limited to 'npc/items/miscrecipes.txt')
-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 d0df7f3aa..7af44b2b8 100644 --- a/npc/items/miscrecipes.txt +++ b/npc/items/miscrecipes.txt @@ -56,9 +56,9 @@ function script LegendaryBlueprint { // Setup array_push(.@recipes, CraftSkypiercer); // Weapon: Sky Piercer array_push(.@recipes, CraftSaviorShield); // Shield: Savior Shield - //array_push(.@recipes, CraftSaviorArmor); // Savior Armor + array_push(.@recipes, CraftSaviorArmor); // Savior Armor //array_push(.@recipes, CraftSaviorPants); // Savior Pants - //array_push(.@recipes, CraftSaviorBoots); // Savior Boots + array_push(.@recipes, CraftSaviorBoots); // Savior Boots //array_push(.@recipes, CraftSavior); // Savior Helmet //array_push(.@recipes, CraftSavior); // Savior Gloves (?)(X) |