v0.7.0: corrected elixir of might being in the wrong recipe category
This commit is contained in:
parent
3283bc8e71
commit
62a580869e
|
@ -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(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user