SM: rename death_link_survive and update docstring

This commit is contained in:
Fabian Dill
2021-12-03 22:11:25 +01:00
parent c1a73e7839
commit 84e76eadd9
2 changed files with 5 additions and 5 deletions

View File

@@ -282,7 +282,7 @@ class SMWorld(World):
openTourianGreyDoors = {0x07C823 + 5: [0x0C], 0x07C831 + 5: [0x0C]}
deathLink = {0x277f04: [self.world.death_link_survive[self.player].value]}
deathLink = {0x277f04: [self.world.death_link[self.player].value]}
playerNames = {}
playerNameIDMap = {}