Merge branch 'feature/add-infiltration-faction' into feature/refactor-augmentation

This commit is contained in:
phyzical
2022-04-15 14:26:00 +08:00
19 changed files with 232 additions and 98 deletions

View File

@@ -104,7 +104,7 @@ export function prestigeAugmentation(this: PlayerObject): void {
this.agility_exp = 0;
this.charisma_exp = 0;
this.money = 1000;
this.money = 1000 + CONSTANTS.Donations;
this.city = CityName.Sector12;
this.location = LocationName.TravelAgency;