merged from upstream

This commit is contained in:
rderfler
2022-04-14 15:47:00 -04:00
11 changed files with 75 additions and 39 deletions

View File

@@ -108,7 +108,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;