feat: skipAllPopups cheat & update skipAllDialogue #3035

Merged
Sainan merged 16 commits from Animan8000/SpaceNinjaServer:lessYappingNPopups into main 2025-11-17 00:05:06 -08:00
Showing only changes of commit a6c3515a54 - Show all commits

View File

@@ -23,6 +23,7 @@ export type InventoryDatabaseEquipment = {
// Fields specific to SNS
export interface IAccountCheats {
skipAllDialogue?: boolean;
skipAllPopups?: boolean;
dontSubtractPurchaseCreditCost?: boolean;
dontSubtractPurchasePlatinumCost?: boolean;
dontSubtractPurchaseItemCost?: boolean;