mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-25 13:42:22 +00:00
commit
3cede59621
@ -323,7 +323,6 @@ Currency.timeTheorems = new class extends DecimalCurrency {
|
||||
add(amount) {
|
||||
super.add(amount);
|
||||
player.timestudy.maxTheorem = player.timestudy.maxTheorem.plus(amount);
|
||||
if (new Decimal(amount).gt(0)) player.achievementChecks.noTheoremPurchases = false;
|
||||
}
|
||||
|
||||
reset() {
|
||||
|
@ -56,6 +56,7 @@ class TimeTheoremPurchaseType {
|
||||
this.add(1);
|
||||
purchased = true;
|
||||
}
|
||||
if (purchased) player.achievementChecks.noTheoremPurchases = false;
|
||||
return purchased;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user