v0.3.1: fixed a bug where chilled being removed would also remove the vfx of corruption
This commit is contained in:
parent
a0d2e3986a
commit
7ec008a03e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user