v2.4.0: removed unnecessary assignment of splash color for some elixirs
This commit is contained in:
-5
@@ -43,11 +43,6 @@ public class ElixirOfDragonsBlood extends Elixir {
|
|||||||
hero.sprite.emitter().burst(FlameParticle.FACTORY, 10);
|
hero.sprite.emitter().burst(FlameParticle.FACTORY, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected int splashColor() {
|
|
||||||
return 0xFFFF002A;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class Recipe extends com.shatteredpixel.shatteredpixeldungeon.items.Recipe.SimpleRecipe {
|
public static class Recipe extends com.shatteredpixel.shatteredpixeldungeon.items.Recipe.SimpleRecipe {
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
-5
@@ -40,11 +40,6 @@ public class ElixirOfIcyTouch extends Elixir {
|
|||||||
hero.sprite.emitter().burst(SnowParticle.FACTORY, 5);
|
hero.sprite.emitter().burst(SnowParticle.FACTORY, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected int splashColor() {
|
|
||||||
return 0xFF18C3E6;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class Recipe extends com.shatteredpixel.shatteredpixeldungeon.items.Recipe.SimpleRecipe {
|
public static class Recipe extends com.shatteredpixel.shatteredpixeldungeon.items.Recipe.SimpleRecipe {
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
-5
@@ -40,11 +40,6 @@ public class ElixirOfToxicEssence extends Elixir {
|
|||||||
hero.sprite.emitter().burst(PoisonParticle.SPLASH, 10);
|
hero.sprite.emitter().burst(PoisonParticle.SPLASH, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected int splashColor() {
|
|
||||||
return 0xFF00B34A;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class Recipe extends com.shatteredpixel.shatteredpixeldungeon.items.Recipe.SimpleRecipe {
|
public static class Recipe extends com.shatteredpixel.shatteredpixeldungeon.items.Recipe.SimpleRecipe {
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user