diff --git a/worlds/shapez/locations.py b/worlds/shapez/locations.py index a40edbb738a9..1bdd8b875e8c 100644 --- a/worlds/shapez/locations.py +++ b/worlds/shapez/locations.py @@ -274,7 +274,7 @@ def f(name: str, region: str, progress: LocationProgressType = LocationProgressT f(f"Belt Upgrade Tier {roman(x)}", "Upgrades with 5 Buildings") f(f"Miner Upgrade Tier {roman(x)}", "Upgrades with 5 Buildings") f("Processors Upgrade Tier II", "Upgrades with 1 Building") - f("Processors Upgrade Tier III", "Upgrades with 2 Building") + f("Processors Upgrade Tier III", "Upgrades with 2 Buildings") f("Processors Upgrade Tier IV", "Upgrades with 2 Buildings") f("Processors Upgrade Tier V", "Upgrades with 3 Buildings") f("Processors Upgrade Tier VI", "Upgrades with 3 Buildings")