mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
TYPESAFETY: FactionName (#644)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { saveObject } from "../../src/SaveObject";
|
||||
import { Factions, initFactions } from "../../src/Faction/Factions";
|
||||
import { Factions } from "../../src/Faction/Factions";
|
||||
import { Player, setPlayer } from "../../src/Player";
|
||||
import { PlayerObject } from "../../src/PersonObjects/Player/PlayerObject";
|
||||
import { joinFaction } from "../../src/Faction/FactionHelpers";
|
||||
@@ -33,7 +33,6 @@ function establishInitialConditions() {
|
||||
setPlayer(new PlayerObject());
|
||||
Player.init();
|
||||
Player.identifier = "Overwritten identifier";
|
||||
initFactions();
|
||||
Player.sleevesFromCovenant = 1;
|
||||
Player.sourceFiles.set(10, 1);
|
||||
Player.prestigeAugmentation();
|
||||
|
||||
Reference in New Issue
Block a user