Merge pull request #3124 from phyzical/feature/3122

expose the inBladeburner on the player object
This commit is contained in:
hydroflame
2022-03-16 14:51:41 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -94,6 +94,7 @@ interface Player {
factions: string[];
tor: boolean;
hasCorporation: boolean;
inBladeburner: boolean;
}
/**