added decay tick back

This commit is contained in:
Mashy 2019-07-05 17:49:28 +10:00
parent 548b88241f
commit 9762e4db9a

View File

@ -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 />;