chore: move more cheats to account section #2680

Merged
Sainan merged 2 commits from AMelonInsideLemon/SpaceNinjaServer:move-to-account-section into main 2025-08-24 15:16:43 -07:00
Showing only changes of commit d66cc22239 - Show all commits

View File

@ -18,11 +18,6 @@
"unlockAllFlavourItems": false,
"unlockAllSkins": false,
"unlockAllCapturaScenes": false,
"noArgonCrystalDecay": false,
"noMasteryRankUpCooldown": false,
"noVendorPurchaseLimits": false,
"noDeathMarks": false,
"noKimCooldowns": false,
"fullyStockedVendors": false,
AMelonInsideLemon marked this conversation as resolved Outdated

You removed these from configService but not here:

    noArgonCrystalDecay?: boolean;
    noMasteryRankUpCooldown?: boolean;
    noVendorPurchaseLimits?: boolean;
    noDeathMarks?: boolean;
    noKimCooldowns?: boolean;
You removed these from configService but not here: ```ts noArgonCrystalDecay?: boolean; noMasteryRankUpCooldown?: boolean; noVendorPurchaseLimits?: boolean; noDeathMarks?: boolean; noKimCooldowns?: boolean; ```
"baroAlwaysAvailable": false,
"baroFullyStocked": false,