Update Fill.py

This commit is contained in:
NewSoupVi
2024-09-12 15:09:18 +02:00
committed by GitHub
parent 785b405184
commit ca2306f54f

View File

@@ -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,
)