More Bladeburner rebalancing. Sleeves commiting crimes now reduces player kamra

This commit is contained in:
danielyxie
2019-02-22 13:26:30 -08:00
parent 107977e6f4
commit 8458d062e8
10 changed files with 108 additions and 65 deletions
+1
View File
@@ -21,6 +21,7 @@ export interface IPlayer {
factions: string[];
hasWseAccount: boolean;
jobs: IMap<string>;
karma: number;
money: any;
queuedAugmentations: IPlayerOwnedAugmentation[];
resleeves: Resleeve[];