Increase max concurrent classes to 99 and lower hard punishment unlock to 50 credits
This commit is contained in:
@@ -1208,7 +1208,7 @@
|
||||
return { beginner: 3, intermediate: 3, advanced: 3, master: 3 };
|
||||
}
|
||||
static get maxConcurrentClasses() {
|
||||
return 20;
|
||||
return 99;
|
||||
}
|
||||
static get maxTaskPause() {
|
||||
return 240;
|
||||
@@ -2409,7 +2409,7 @@
|
||||
requiredCreditsUnlockMaster: 100,
|
||||
requiredCreditsForGraduation: 160,
|
||||
requiredCreditsToUnlockEliteClubs: 100,
|
||||
requiredCreditsToUnlockHardPunishments: 100,
|
||||
requiredCreditsToUnlockHardPunishments: 50,
|
||||
},
|
||||
a = 0,
|
||||
s = 0,
|
||||
|
||||
Reference in New Issue
Block a user