mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +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 = [
|
||||
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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue