Unhardcoded BN8 BB check; show if corp/BB are disabled in BN stats

This commit is contained in:
Kelenius
2022-09-12 17:46:16 +03:00
parent 2592c6ccd8
commit 5350e1c3e9
7 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ export function PlayerMultipliers(): React.ReactElement {
},
];
if (Player.canAccessBladeburner()) {
if (Player.canAccessBladeburner() && BitNodeMultipliers.BladeburnerRank > 0) {
rightColData.push(
{
mult: "Bladeburner Success Chance",