move decay dmg to top

This commit is contained in:
ntr
2019-12-11 18:51:58 +10:00
parent 9fefb508f9
commit 89e7b49304
2 changed files with 10 additions and 10 deletions
@@ -56,7 +56,7 @@ class AnimText extends preact.Component {
}
if (type === 'Healing') {
const { amount, overhealing, colour } = event;
return <h1><span class={colour.toLowerCase()}>{amount} ({overhealing}OH)</span></h1>;
return <h1><span class={colour.toLowerCase()}>{amount} ({overhealing} OH)</span></h1>;
}
if (type === 'Inversion') return <h1><span>INVERT</span></h1>;
if (type === 'Reflection') return <h1><span>REFLECT</span></h1>;