mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
MISC: Rework faction rumor (#2569)
This commit is contained in:
@@ -157,6 +157,7 @@ export function SidebarRoot(props: { page: Page }): React.ReactElement {
|
||||
const canOpenFactions =
|
||||
Player.factionInvitations.length > 0 ||
|
||||
Player.factions.length > 0 ||
|
||||
Player.factionRumors.size > 0 ||
|
||||
Player.augmentations.length > 0 ||
|
||||
Player.queuedAugmentations.length > 0 ||
|
||||
knowAboutBitverse();
|
||||
|
||||
Reference in New Issue
Block a user