mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Action skills are no longer considered augments
This commit is contained in:
parent
fde0e7780b
commit
fbcd73a55e
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue