v6,sm64ex: Use standard Death Link option name

This commit is contained in:
N00byKing
2022-05-25 19:53:36 +02:00
committed by Fabian Dill
parent 9b855c7de0
commit a332d4935d
4 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ class V6World(World):
"AreaRando": self.area_connections,
"DoorCost": self.world.DoorCost[self.player].value,
"AreaCostRando": self.area_cost_map,
"DeathLink": self.world.DeathLink[self.player].value,
"DeathLink": self.world.death_link[self.player].value,
"DeathLink_Amnesty": self.world.DeathLinkAmnesty[self.player].value
}