ajlkajsdkl
This commit is contained in:
@@ -138,7 +138,7 @@ function GamePanel(props) {
|
||||
const stats = [STATS.greenLife, STATS.redLife, STATS.blueLife].map((s, j) => (
|
||||
<figure key={j} alt={s.stat}>
|
||||
{s.svg(`stat-icon ${s.colour}`)}
|
||||
<figcaption>1000 / 1000</figcaption>
|
||||
<figcaption>{cryp[s.stat].value} / {cryp[s.stat].max}</figcaption>
|
||||
</figure>
|
||||
));
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ function Skill(props) {
|
||||
|
||||
const side = mobile
|
||||
? 'top'
|
||||
: 'right';
|
||||
: '';
|
||||
|
||||
const cdText = cryp.skills[i].cd > 0
|
||||
? `- ${s.cd}`
|
||||
|
||||
Reference in New Issue
Block a user