Removed 'allowed' Crossed OWR option

This commit is contained in:
codemann8
2022-08-01 15:51:33 -05:00
parent ae9ba04f24
commit 7fecbee3bb
5 changed files with 0 additions and 6 deletions

View File

@@ -148,7 +148,6 @@
"ow_crossed": {
"choices": [
"none",
"allowed",
"polar",
"grouped",
"limited",

View File

@@ -217,7 +217,6 @@
"ow_crossed": [
"This allows cross-world connections to occur on the overworld.",
"None: No transitions are cross-world connections.",
"Allowed: Only entrances/whirlpools can end up cross-world.",
"Polar: Only used when Mixed is enabled. This retains original",
" connections even when overworld tiles are swapped.",
"Limited: Exactly nine transitions are randomly chosen as",

View File

@@ -133,7 +133,6 @@
"randomizer.overworld.crossed": "Crossed",
"randomizer.overworld.crossed.none": "None",
"randomizer.overworld.crossed.allowed": "None (Allowed)",
"randomizer.overworld.crossed.polar": "Polar",
"randomizer.overworld.crossed.grouped": "Grouped",
"randomizer.overworld.crossed.limited": "Limited",

View File

@@ -20,7 +20,6 @@
"default": "vanilla",
"options": [
"none",
"allowed",
"polar",
"grouped",
"limited",