diff --git a/TouchyTickets/GameImpl.cs b/TouchyTickets/GameImpl.cs index 3a58ded..322d601 100644 --- a/TouchyTickets/GameImpl.cs +++ b/TouchyTickets/GameImpl.cs @@ -108,7 +108,7 @@ namespace TouchyTickets { } public BigInteger GetStarPrice() { - return 1000000000 * BigInteger.Pow(10, this.TimesRestarted); + return 1000000000 * BigInteger.Pow(100, this.TimesRestarted); } public int GetBuyableStars() {