From 760f66e4fe71bca2bfec4a5cb7fff36a6c457290 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 23 Dec 2020 19:42:56 -0500 Subject: [PATCH] v0.9.1b: removed unnecessary tinting for shadows buff --- .../shatteredpixeldungeon/actors/buffs/Shadows.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Shadows.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Shadows.java index eed448168..5ab4c74da 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Shadows.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/Shadows.java @@ -27,7 +27,6 @@ import com.shatteredpixel.shatteredpixeldungeon.actors.Char; import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob; import com.shatteredpixel.shatteredpixeldungeon.messages.Messages; import com.shatteredpixel.shatteredpixeldungeon.ui.BuffIndicator; -import com.watabou.noosa.Image; import com.watabou.noosa.audio.Sample; import com.watabou.utils.Bundle; @@ -41,11 +40,6 @@ public class Shadows extends Invisibility { announced = false; } - @Override - public void tintIcon(Image icon) { - icon.hardlight(1f, 1f, 0.3f); - } - @Override public void storeInBundle( Bundle bundle ) { super.storeInBundle( bundle );