put up a steeper limit for star prices

This commit is contained in:
Ellpeck 2020-07-08 16:16:40 +02:00
parent 003c9c2a4b
commit 7270b8ffd5

View file

@ -108,7 +108,7 @@ namespace TouchyTickets {
} }
public BigInteger GetStarPrice() { public BigInteger GetStarPrice() {
return 1000000000 * BigInteger.Pow(10, this.TimesRestarted); return 1000000000 * BigInteger.Pow(100, this.TimesRestarted);
} }
public int GetBuyableStars() { public int GetBuyableStars() {