Added blood donation bonus

This commit is contained in:
Olivier Gagnon
2022-04-14 15:17:46 -04:00
parent afbfb46775
commit 52e27e317e
5 changed files with 38 additions and 29 deletions

View File

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