ajlkajsdkl

This commit is contained in:
ntr
2019-05-02 17:14:49 +10:00
parent 3f457092d3
commit 97f29cea54
3 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -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>
));
+1 -1
View File
@@ -51,7 +51,7 @@ function Skill(props) {
const side = mobile
? 'top'
: 'right';
: '';
const cdText = cryp.skills[i].cd > 0
? `- ${s.cd}`