Small text change

This commit is contained in:
thepaperpilot 2023-02-25 15:47:15 -06:00
parent 91d6aeeca0
commit 60dbd9c583

View file

@ -336,7 +336,7 @@ export const characters: Record<string, CharacterInfo> = {
abilityDescription: char => abilityDescription: char =>
jsx(() => ( jsx(() => (
<> <>
<i>Turn started</i>: If you won the last battle, all Coots gain <i>Turn started</i>: If you won the last battle, all Coots gain{" "}
{char.exp >= 6 ? 3 : char.exp >= 3 ? 2 : 1} <img src={heart_small} /> {char.exp >= 6 ? 3 : char.exp >= 3 ? 2 : 1} <img src={heart_small} />
<span style="color: red">Relevancy</span> <span style="color: red">Relevancy</span>
</> </>