chore: disable cheats by default #1139

Merged
OrdisPrime merged 2 commits from no-cheats into main 2025-03-10 16:22:39 -07:00
Showing only changes of commit b1009fdcbb - Show all commits

View File

@ -10,7 +10,7 @@
"NRS": ["localhost"],
"administratorNames": [],
"autoCreateAccount": true,
"skipTutorial": true,
"skipTutorial": false,
"skipAllDialogue": false,
"unlockAllScans": false,
"unlockAllMissions": false,
@ -31,7 +31,7 @@
"noDailyStandingLimits": false,
"instantResourceExtractorDrones": false,
"noDojoRoomBuildStage": false,
"fastDojoRoomDestruction": true,
"fastDojoRoomDestruction": false,
"noDojoResearchCosts": false,
"noDojoResearchTime": false,
"fastClanAscension": false,