Merge pull request #3662 from nickofolas/fix/bn-mults-agility-mult

UI: Fix Agility BitNode multiplier not appearing in UI
This commit is contained in:
hydroflame 2022-05-19 01:18:14 -04:00 committed by GitHub
commit 0ba0ccff4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -202,6 +202,10 @@ function SkillMults({ mults }: IMultsProps): React.ReactElement {
name: "Dexterity Level", name: "Dexterity Level",
color: Settings.theme.combat, color: Settings.theme.combat,
}, },
AgilityLevelMultiplier: {
name: "Agility Level",
color: Settings.theme.combat,
},
CharismaLevelMultiplier: { CharismaLevelMultiplier: {
name: "Charisma Level", name: "Charisma Level",
color: Settings.theme.cha, color: Settings.theme.cha,