diff --git a/Fill.py b/Fill.py index e2fcff0035..5346ef7487 100644 --- a/Fill.py +++ b/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, )