Merge remote-tracking branch 'codemann/OverworldShuffle' into codemann_OverworldShuffle
This commit is contained in:
@@ -177,6 +177,22 @@
|
||||
"full"
|
||||
]
|
||||
},
|
||||
"ow_layout": {
|
||||
"choices": [
|
||||
"vanilla",
|
||||
"grid",
|
||||
"wild"
|
||||
]
|
||||
},
|
||||
"ow_parallel": {
|
||||
"action": "store_true",
|
||||
"help": "suppress",
|
||||
"type": "bool"
|
||||
},
|
||||
"ow_unparallel": {
|
||||
"action": "store_true",
|
||||
"dest": "ow_parallel"
|
||||
},
|
||||
"ow_terrain": {
|
||||
"action": "store_true",
|
||||
"type": "bool"
|
||||
@@ -212,6 +228,15 @@
|
||||
"random"
|
||||
]
|
||||
},
|
||||
"ow_fog": {
|
||||
"action": "store_true",
|
||||
"help": "suppress",
|
||||
"type": "bool"
|
||||
},
|
||||
"ow_no_fog": {
|
||||
"action": "store_true",
|
||||
"dest": "ow_fog"
|
||||
},
|
||||
"shuffle": {
|
||||
"choices": [
|
||||
"vanilla",
|
||||
|
||||
Reference in New Issue
Block a user