Use base DeathLink option
This commit is contained in:
parent
04f67c114e
commit
30755b2067
|
@ -1,6 +1,6 @@
|
||||||
from typing import Dict
|
from typing import Dict
|
||||||
from BaseClasses import MultiWorld
|
from BaseClasses import MultiWorld
|
||||||
from Options import Toggle
|
from Options import Toggle, DeathLink
|
||||||
|
|
||||||
class StartWithJewelryBox(Toggle):
|
class StartWithJewelryBox(Toggle):
|
||||||
"Start with Jewelry Box unlocked"
|
"Start with Jewelry Box unlocked"
|
||||||
|
@ -42,10 +42,6 @@ class Inverted(Toggle):
|
||||||
# "Require gasmask for Maw"
|
# "Require gasmask for Maw"
|
||||||
# display_name = "Stinky Maw"
|
# display_name = "Stinky Maw"
|
||||||
|
|
||||||
class DeathLink(Toggle):
|
|
||||||
"Participate in the DeathLink mechanic"
|
|
||||||
display_name = "DeathLink"
|
|
||||||
|
|
||||||
# Some options that are available in the timespinner randomizer arent currently implemented
|
# Some options that are available in the timespinner randomizer arent currently implemented
|
||||||
timespinner_options: Dict[str, Toggle] = {
|
timespinner_options: Dict[str, Toggle] = {
|
||||||
"StartWithJewelryBox": StartWithJewelryBox,
|
"StartWithJewelryBox": StartWithJewelryBox,
|
||||||
|
|
Loading…
Reference in New Issue