Finish bps work
Fixing a couple bugs
This commit is contained in:
@@ -72,6 +72,10 @@
|
||||
"randomizer.dungeon.dungeon_counters.on": "On",
|
||||
"randomizer.dungeon.dungeon_counters.pickup": "On Compass Pickup",
|
||||
|
||||
"randomizer.dungeon.mixed_travel": "Mixed Dungeon Travel ",
|
||||
"randomizer.dungeon.mixed_travel.prevent": "Prevent Mixed Dungeon Travel",
|
||||
"randomizer.dungeon.mixed_travel.allow": "Allow Mixed Dungeon Travel",
|
||||
"randomizer.dungeon.mixed_travel.force": "Force Reachable Areas to Same Dungeon",
|
||||
|
||||
"randomizer.enemizer.potshuffle": "Pot Shuffle",
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"random"
|
||||
],
|
||||
"config": {
|
||||
"width": 40
|
||||
"width": 35
|
||||
}
|
||||
},
|
||||
"experimental": { "type": "checkbox" },
|
||||
@@ -32,6 +32,18 @@
|
||||
"on",
|
||||
"pickup"
|
||||
]
|
||||
},
|
||||
"mixed_travel": {
|
||||
"type" : "selectbox",
|
||||
"default": "auto",
|
||||
"options": [
|
||||
"prevent",
|
||||
"allow",
|
||||
"force"
|
||||
],
|
||||
"config": {
|
||||
"width": 35
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user