Options added for door_type_mode and new partitioned mode
This commit is contained in:
@@ -155,6 +155,7 @@
|
||||
"door_shuffle": {
|
||||
"choices": [
|
||||
"basic",
|
||||
"partitioned",
|
||||
"crossed",
|
||||
"vanilla"
|
||||
]
|
||||
@@ -164,7 +165,15 @@
|
||||
"3", "2", "1", "random"
|
||||
]
|
||||
},
|
||||
"deoupledoors": {
|
||||
"door_type_mode": {
|
||||
"choices":[
|
||||
"original",
|
||||
"big",
|
||||
"all",
|
||||
"chaos"
|
||||
]
|
||||
},
|
||||
"decoupledoors": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user