From 7ec008a03e91f56b00481a1cadf732d2c9da4d57 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 17 Aug 2015 16:22:55 -0400 Subject: [PATCH] v0.3.1: fixed a bug where chilled being removed would also remove the vfx of corruption --- .../shatteredpixel/shatteredpixeldungeon/sprites/CharSprite.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CharSprite.java b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CharSprite.java index d2dcffab2..3ec67a565 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CharSprite.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/sprites/CharSprite.java @@ -331,6 +331,7 @@ public class CharSprite extends MovieClip implements Tweener.Listener, MovieClip chilled.on = false; chilled = null; } + break; case DARKENED: if (darkBlock != null) { darkBlock.lighten();