mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
Unhardcoded BN8 BB check; show if corp/BB are disabled in BN stats
This commit is contained in:
@@ -252,7 +252,7 @@ export function PlayerMultipliers(): React.ReactElement {
|
||||
},
|
||||
];
|
||||
|
||||
if (Player.canAccessBladeburner()) {
|
||||
if (Player.canAccessBladeburner() && BitNodeMultipliers.BladeburnerRank > 0) {
|
||||
rightColData.push(
|
||||
{
|
||||
mult: "Bladeburner Success Chance",
|
||||
|
||||
Reference in New Issue
Block a user