Action skills are no longer considered augments

This commit is contained in:
José Miguel Tajuelo Garrigós 2019-09-17 19:21:27 +02:00
parent fde0e7780b
commit fbcd73a55e

View file

@ -29,7 +29,7 @@ export default function Skill ({
const isAugment = [ const isAugment = [
SKILLS.AUGMENT_CHEVRON, SKILLS.AUGMENT_CHEVRON,
SKILLS.AUGMENT_DIAMOND, SKILLS.AUGMENT_DIAMOND,
SKILLS.ACTION_SKILL, //SKILLS.ACTION_SKILL,
].includes(type); ].includes(type);
let shapeStyle = null; let shapeStyle = null;
if (type === SKILLS.AUGMENT_CHEVRON) { shapeStyle = style.chevron; } if (type === SKILLS.AUGMENT_CHEVRON) { shapeStyle = style.chevron; }