remove cheats
Some checks failed
Build / build (20) (push) Failing after 1m12s
Build / build (18) (push) Failing after 58s
Build / build (22) (push) Failing after 55s
Build / build (18) (pull_request) Failing after 35s
Build / build (22) (pull_request) Failing after 56s
Build / build (20) (pull_request) Failing after 1m10s

This commit is contained in:
Ordis 2025-02-18 22:39:37 +01:00
parent ecdd4ed06c
commit d81fdd24ed
2 changed files with 0 additions and 10 deletions

View File

@ -13,8 +13,6 @@
"skipAllDialogue": true,
"unlockAllScans": true,
"unlockAllMissions": true,
"unlockAllQuests": true,
"completeAllQuests": true,
"infiniteCredits": true,
"infinitePlatinum": true,
"infiniteEndo": true,

View File

@ -460,14 +460,6 @@
<input class="form-check-input" type="checkbox" id="unlockAllMissions" />
<label class="form-check-label" for="unlockAllMissions" data-loc="cheats_unlockAllMissions"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="unlockAllQuests" />
<label class="form-check-label" for="unlockAllQuests" data-loc="cheats_unlockAllQuests"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="completeAllQuests" />
<label class="form-check-label" for="completeAllQuests" data-loc="cheats_completeAllQuests"></label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="infiniteCredits" />
<label class="form-check-label" for="infiniteCredits" data-loc="cheats_infiniteCredits"></label>