v0.7.0: corrected elixir of might being in the wrong recipe category

This commit is contained in:
Evan Debenham 2018-10-06 19:03:27 -04:00 committed by Evan Debenham
parent 3283bc8e71
commit 62a580869e

View File

@ -173,7 +173,6 @@ public abstract class Recipe {
private static Recipe[] oneIngredientRecipes = new Recipe[]{ private static Recipe[] oneIngredientRecipes = new Recipe[]{
new AlchemistsToolkit.upgradeKit(), new AlchemistsToolkit.upgradeKit(),
new Scroll.ScrollToStone(), new Scroll.ScrollToStone(),
new ElixirOfMight.Recipe(),
new StewedMeat.oneMeat() new StewedMeat.oneMeat()
}; };
@ -184,6 +183,7 @@ public abstract class Recipe {
new ElixirOfAquaticRejuvenation.Recipe(), new ElixirOfAquaticRejuvenation.Recipe(),
new ElixirOfDragonsBlood.Recipe(), new ElixirOfDragonsBlood.Recipe(),
new ElixirOfIcyTouch.Recipe(), new ElixirOfIcyTouch.Recipe(),
new ElixirOfMight.Recipe(),
new ElixirOfHoneyedHealing.Recipe(), new ElixirOfHoneyedHealing.Recipe(),
new ElixirOfRestoration.Recipe(), new ElixirOfRestoration.Recipe(),
new ElixirOfToxicEssence.Recipe(), new ElixirOfToxicEssence.Recipe(),