cd increase / decrease event
This commit is contained in:
parent
b45778955f
commit
3fc2e75836
@ -63,6 +63,8 @@ class AnimText extends preact.Component {
|
|||||||
}
|
}
|
||||||
case 'Ko': return <h1><span>KO!</span></h1>;
|
case 'Ko': return <h1><span>KO!</span></h1>;
|
||||||
case 'Reflection': return <h1><span>REFLECT</span></h1>;
|
case 'Reflection': return <h1><span>REFLECT</span></h1>;
|
||||||
|
case 'CooldownIncrease': return <h1>+{event.turns}T cooldowns</h1>;
|
||||||
|
case 'CooldownDecrease': return <h1>-{event.turns}T cooldowns</h1>;
|
||||||
default: return false;
|
default: return false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user