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:
catloversg
2025-03-18 06:04:36 +07:00
committed by GitHub
parent 19f859ae87
commit e8f9882e2d
5 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -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)
) {