Skip to content

Commit

Permalink
Update Fill.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
ScipioWright and Exempt-Medic authored Dec 9, 2024
1 parent b0df227 commit 13a7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fill.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def mark_for_locking(location: Location):
raise FillError(
f"Not enough locations for progression items. "
f"There are {len(progitempool)} more progression items than there are available locations.\n"
f"Unfilled locations: {multiworld.get_unfilled_locations()}.",
f"Unfilled locations:\n{multiworld.get_unfilled_locations()}.",
multiworld=multiworld,
)
accessibility_corrections(multiworld, multiworld.state, defaultlocations)
Expand Down

0 comments on commit 13a7266

Please sign in to comment.