mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user