Lots of spelling fixes

Added new feature so we can extract specific values, not just add to them or set them.
This commit is contained in:
2025-11-01 09:02:40 -06:00
parent de68fb3d7a
commit 973fe39047
3 changed files with 17 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ class GrinchWorld(World):
entry = GrinchLocation(self.player, location, region, data)
if location == "MC - Sleigh Ride - Neutralizing Santa":
entry.place_locked_item(Item("Goal", ItemClassification.progression, None, self.player))
entry.place_locked_item(Item("Goal", ItemClassification.progression, data.id, self.player))
region.locations.append(entry)