From e8f5bc1c9677d4146c8c9dcb2f3321916a6992f6 Mon Sep 17 00:00:00 2001 From: Jonathan Tan Date: Fri, 1 Aug 2025 14:39:57 -0400 Subject: [PATCH] TWW: Fix Death Link (#5270) --- worlds/tww/Options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/tww/Options.py b/worlds/tww/Options.py index d02c606f..b6f2c151 100644 --- a/worlds/tww/Options.py +++ b/worlds/tww/Options.py @@ -800,6 +800,7 @@ class TWWOptions(PerGameCommonOptions): "swift_sail", "skip_rematch_bosses", "remove_music", + "death_link", ) def get_output_dict(self) -> dict[str, Any]: