From 30755b2067e60f11c4f1e2059ac5589f1f2c5d57 Mon Sep 17 00:00:00 2001 From: Jarno Westhof Date: Sat, 6 Nov 2021 09:21:54 +0100 Subject: [PATCH] Use base DeathLink option --- worlds/timespinner/Options.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/worlds/timespinner/Options.py b/worlds/timespinner/Options.py index 4fa1158c..60573145 100644 --- a/worlds/timespinner/Options.py +++ b/worlds/timespinner/Options.py @@ -1,6 +1,6 @@ from typing import Dict from BaseClasses import MultiWorld -from Options import Toggle +from Options import Toggle, DeathLink class StartWithJewelryBox(Toggle): "Start with Jewelry Box unlocked" @@ -42,10 +42,6 @@ class Inverted(Toggle): # "Require gasmask for 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 timespinner_options: Dict[str, Toggle] = { "StartWithJewelryBox": StartWithJewelryBox,