Add dark_room settings

This commit is contained in:
2025-03-08 18:18:06 -06:00
parent 82815d256d
commit 4c498a723b
9 changed files with 50 additions and 9 deletions

View File

@@ -558,6 +558,14 @@
"action": "store_true",
"type": "bool"
},
"dark_rooms": {
"choices": [
"require_lamp",
"always_light_cone",
"no_dark_rooms",
"always_in_logic"
]
},
"calc_playthrough": {
"action": "store_false",
"type": "bool"