From b1009fdcbb802847ab012b07d4c35c91901791b1 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 10 Mar 2025 16:46:33 +0100 Subject: [PATCH] disable skipTutorial & fastDojoRoomDestruction to be faithful by default --- config.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json.example b/config.json.example index ed64a4d3..d12270ef 100644 --- a/config.json.example +++ b/config.json.example @@ -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,