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

View File

@@ -11,7 +11,7 @@ export function startBladeburner(this: PlayerObject): void {
this.bladeburner = new Bladeburner();
this.bladeburner.init();
// Give Blades Simulacrum if you have unlocked it
if (this.sourceFileLvl(7) >= 3) {
if (this.activeSourceFileLvl(7) >= 3) {
this.augmentations.push({
name: AugmentationName.BladesSimulacrum,
level: 1,