move decay dmg to top
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user