Some fixed errors with Prize Shuffle
This commit is contained in:
2
Fill.py
2
Fill.py
@@ -95,7 +95,7 @@ def fill_dungeons_restrictive(world, shuffled_locations):
|
|||||||
continue
|
continue
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
raise FillError(f'Unable to place dungeon prizes {", ".join(list(map(lambda d: d.hint_text, prize_locs)))}')
|
raise FillError(f'Unable to place dungeon prizes: {", ".join(list(map(lambda d: d.name, prizes)))}')
|
||||||
|
|
||||||
random.shuffle(shuffled_locations)
|
random.shuffle(shuffled_locations)
|
||||||
fill(all_state_base, others, shuffled_locations)
|
fill(all_state_base, others, shuffled_locations)
|
||||||
|
|||||||
@@ -344,7 +344,7 @@ location_table_boss = {'Eastern Palace - Prize': 0x2000,
|
|||||||
'Desert Palace - Prize': 0x1000,
|
'Desert Palace - Prize': 0x1000,
|
||||||
'Tower of Hera - Prize': 0x0020,
|
'Tower of Hera - Prize': 0x0020,
|
||||||
'Palace of Darkness - Prize': 0x0200,
|
'Palace of Darkness - Prize': 0x0200,
|
||||||
'Thieves Town - Prize': 0x0010,
|
'Thieves\' Town - Prize': 0x0010,
|
||||||
'Skull Woods - Prize': 0x0080,
|
'Skull Woods - Prize': 0x0080,
|
||||||
'Swamp Palace - Prize': 0x0400,
|
'Swamp Palace - Prize': 0x0400,
|
||||||
'Ice Palace - Prize': 0x0040,
|
'Ice Palace - Prize': 0x0040,
|
||||||
|
|||||||
Reference in New Issue
Block a user