v6,sm64ex: Use standard Death Link option name
This commit is contained in:
@@ -111,7 +111,7 @@ class SM64World(World):
|
||||
return {
|
||||
"AreaRando": self.area_connections,
|
||||
"StarsToFinish": self.world.StarsToFinish[self.player].value,
|
||||
"DeathLink": self.world.DeathLink[self.player].value,
|
||||
"DeathLink": self.world.death_link[self.player].value,
|
||||
}
|
||||
|
||||
def generate_output(self, output_directory: str):
|
||||
|
||||
Reference in New Issue
Block a user