v6,sm64ex: Use standard Death Link option name
This commit is contained in:
@@ -45,6 +45,6 @@ sm64_options: typing.Dict[str,type(Option)] = {
|
||||
"StrictCannonRequirements": StrictCannonRequirements,
|
||||
"StarsToFinish": StarsToFinish,
|
||||
"ExtraStars": ExtraStars,
|
||||
"DeathLink": DeathLink,
|
||||
"death_link": DeathLink,
|
||||
"BuddyChecks": BuddyChecks,
|
||||
}
|
||||
@@ -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