added decay tick back
This commit is contained in:
parent
548b88241f
commit
9762e4db9a
@ -134,7 +134,7 @@ function animations(props) {
|
||||
case 'Debuff': return <Debuff />;
|
||||
case 'Curse': return <Curse />;
|
||||
case 'Decay': return <Decay />;
|
||||
case 'DecayTick': return false;
|
||||
case 'DecayTick': return <Decay />;
|
||||
case 'Invert': return <Invert id={construct.id} />;
|
||||
case 'Purge': return false;
|
||||
case 'Silence': return <Silence />;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user