mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 14:13:48 +01:00
Add missing Agility BN mult to UI
This commit is contained in:
parent
0121fee6e4
commit
b37c03003a
@ -202,6 +202,10 @@ function SkillMults({ mults }: IMultsProps): React.ReactElement {
|
||||
name: "Dexterity Level",
|
||||
color: Settings.theme.combat,
|
||||
},
|
||||
AgilityLevelMultiplier: {
|
||||
name: "Agility Level",
|
||||
color: Settings.theme.combat,
|
||||
},
|
||||
CharismaLevelMultiplier: {
|
||||
name: "Charisma Level",
|
||||
color: Settings.theme.cha,
|
||||
|
Loading…
Reference in New Issue
Block a user