mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-06 16:58:19 -07:00
Update Fill.py
This commit is contained in:
2
Fill.py
2
Fill.py
@@ -529,7 +529,7 @@ def distribute_items_restrictive(multiworld: MultiWorld,
|
||||
if excludedlocations:
|
||||
raise FillError(
|
||||
f"Not enough filler items for excluded locations. "
|
||||
f"There are {len(excludedlocations)} more excluded locations than filler or trap items.",
|
||||
f"There are {len(excludedlocations)} more excluded locations than excludable items.",
|
||||
multiworld=multiworld,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user