mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-22 00:21:33 +00:00
Small text change
This commit is contained in:
parent
91d6aeeca0
commit
60dbd9c583
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue