From 864e36cebed9db9e26d28fca45057e3b79fce569 Mon Sep 17 00:00:00 2001 From: spinerak Date: Fri, 7 Jun 2024 18:50:42 +0200 Subject: [PATCH] init of locations: remove self.event line --- worlds/yachtdice/Locations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/yachtdice/Locations.py b/worlds/yachtdice/Locations.py index 1b0adccaac..65612c6236 100644 --- a/worlds/yachtdice/Locations.py +++ b/worlds/yachtdice/Locations.py @@ -12,7 +12,6 @@ class YachtDiceLocation(Location): def __init__(self, player: int, name: str, score: int, address: typing.Optional[int], parent): super().__init__(player, name, address, parent) self.yacht_dice_score = score - self.event = not address all_locations = {} starting_index = 16871244500 #500 more than the starting index for items