Abbreviated regions & blueprints

This commit is contained in:
MarioSpore
2025-09-20 21:41:40 -04:00
parent 98ea11887e
commit ea8262855e
4 changed files with 252 additions and 252 deletions

View File

@@ -41,7 +41,7 @@ class GrinchWorld(World):
for location, data in grinch_locations.items():
region = self.get_region(data.region)
entry = GrinchLocation(self.player, location, region, data)
if location == "Mount Crumpit's Sleigh Ride - Neutralizing Santa":
if location == "MC - Sleigh Ride - Neutralizing Santa":
entry.place_locked_item(Item("Neutralized", ItemClassification.progression, None, self.player))
region.locations.append(entry)
connect_regions(self)