mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 07:37:56 +02:00
MISC: Disable effect of SF7.3 and SF10 if player disables them with advanced options (#2019)
* MISC: Disable effect of SF7.3 and SF10 if player disables them with advanced options * Update based on feedback
This commit is contained in:
@@ -71,7 +71,7 @@ export function SpecialLocation(props: SpecialLocationProps): React.ReactElement
|
||||
return;
|
||||
}
|
||||
if (
|
||||
Player.sourceFileLvl(7) >= 3 &&
|
||||
Player.activeSourceFileLvl(7) >= 3 &&
|
||||
canAcceptStaneksGift() &&
|
||||
!Player.hasAugmentation(AugmentationName.StaneksGift1)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user