v0.2.2: overhauled bones system(heroes remains). Fairly tentative, needs to be tested.
This commit is contained in:
@@ -23,6 +23,8 @@ public class PotionOfExperience extends Potion {
|
||||
|
||||
{
|
||||
name = "Potion of Experience";
|
||||
|
||||
bones = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -31,6 +31,8 @@ public class PotionOfHealing extends Potion {
|
||||
|
||||
{
|
||||
name = "Potion of Healing";
|
||||
|
||||
bones = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -26,6 +26,8 @@ public class PotionOfMight extends PotionOfStrength {
|
||||
|
||||
{
|
||||
name = "Potion of Might";
|
||||
|
||||
bones = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -26,6 +26,8 @@ public class PotionOfStrength extends Potion {
|
||||
|
||||
{
|
||||
name = "Potion of Strength";
|
||||
|
||||
bones = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user