From fbcd73a55e9be1eeb3cfc123cfdffe83dc2b8f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Tajuelo=20Garrig=C3=B3s?= Date: Tue, 17 Sep 2019 19:21:27 +0200 Subject: [PATCH] Action skills are no longer considered augments --- src/components/Skill/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Skill/index.js b/src/components/Skill/index.js index c199983..6adeec5 100644 --- a/src/components/Skill/index.js +++ b/src/components/Skill/index.js @@ -29,7 +29,7 @@ export default function Skill ({ const isAugment = [ SKILLS.AUGMENT_CHEVRON, SKILLS.AUGMENT_DIAMOND, - SKILLS.ACTION_SKILL, + //SKILLS.ACTION_SKILL, ].includes(type); let shapeStyle = null; if (type === SKILLS.AUGMENT_CHEVRON) { shapeStyle = style.chevron; }