diff --git a/worlds/zork_grand_inquisitor/game_controller.py b/worlds/zork_grand_inquisitor/game_controller.py index 80ea925a2db6..ff4403be6d0e 100644 --- a/worlds/zork_grand_inquisitor/game_controller.py +++ b/worlds/zork_grand_inquisitor/game_controller.py @@ -234,6 +234,11 @@ def output_seed_information(self) -> None: else: self.log(f" Grant Missable Location Checks: Off") + if self.option_death_link: + self.log(f" Death Link: On") + else: + self.log(f" Death Link: Off") + def output_starter_kit(self) -> None: if self.starter_kit is None: return