Forgot to mark an Achievement as disabled (#3297)

* Forgot to mark an Achievement as disabled
You, in fact, do not get 2x as many eternities from r113.
This commit is contained in:
Phoenix51505 2023-02-08 04:46:10 -05:00 committed by GitHub
parent 68cf51e43a
commit df6139b50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,8 +175,8 @@ export const Pelle = {
},
get disabledAchievements() {
return [164, 156, 143, 142, 141, 137, 134, 133, 132, 125, 118, 117, 111, 104, 103, 93, 92, 91, 87, 85, 78, 76,
74, 65, 55, 54, 37];
return [164, 156, 143, 142, 141, 137, 134, 133, 132, 125, 118, 117, 113, 111, 104, 103, 93, 92, 91, 87, 85, 78,
76, 74, 65, 55, 54, 37];
},
get uselessInfinityUpgrades() {