names'
This commit is contained in:
@@ -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' : '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user