TWW: Fix Death Link (#5270)

This commit is contained in:
Jonathan Tan
2025-08-01 14:39:57 -04:00
committed by GitHub
parent 8bb236411d
commit e8f5bc1c96

View File

@@ -800,6 +800,7 @@ class TWWOptions(PerGameCommonOptions):
"swift_sail", "swift_sail",
"skip_rematch_bosses", "skip_rematch_bosses",
"remove_music", "remove_music",
"death_link",
) )
def get_output_dict(self) -> dict[str, Any]: def get_output_dict(self) -> dict[str, Any]: