This commit is contained in:
ntr
2019-08-08 21:07:02 +10:00
parent 65503c6800
commit 11ac600300
3 changed files with 12 additions and 2 deletions
+2
View File
@@ -35,6 +35,8 @@ function Skill(props) {
setActiveSkill,
} = props;
if (!game) return false;
const s = construct.skills[i];
const ko = construct.green_life.value === 0 ? 'ko' : '';