v0.3.1: fixed a bug where chilled being removed would also remove the vfx of corruption

This commit is contained in:
Evan Debenham 2015-08-17 16:22:55 -04:00
parent a0d2e3986a
commit 7ec008a03e

View File

@ -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();