Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/melon-work' into melon-work
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeJakeGuy committed Dec 5, 2024
2 parents 742e98f + 86082b0 commit fa476cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worlds/luigismansion/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_apid(code: int):
"Parlor Key": LMItemData("Door Key", 4, IC.progression, doorid=34),
"Anteroom Key": LMItemData("Door Key", 5, IC.progression, doorid=38),
"Wardrobe Key": LMItemData("Door Key", 6, IC.progression, doorid=43),
"Front Hallway Key": LMItemData("Door Key", 7, IC.progression, doorid=33),
"2F Front Hallway Key": LMItemData("Door Key", 7, IC.progression, doorid=33),
"Master Bedroom Key": LMItemData("Door Key", 8, IC.progression, doorid=31),
"Nursery Key": LMItemData("Door Key", 9, IC.progression, doorid=27),
"Twins Bedroom Key": LMItemData("Door Key", 10, IC.progression, doorid=28),
Expand Down Expand Up @@ -78,7 +78,6 @@ def get_apid(code: int):
"Poltergust 4000": LMItemData("Upgrade", 40, IC.useful),
"Gold Diamond": LMItemData("Money", 49, IC.progression, 5),
"Wardrobe Balcony Key": LMItemData("Door Key", 54, IC.progression, doorid=41),
"2F Front Hallway Key": LMItemData("Door Key", 55, IC.progression, doorid=33),
"Study Key": LMItemData("Door Key", 57, IC.progression, doorid=32),
"Basement Stairwell Key": LMItemData("Door Key", 61, IC.progression, doorid=9),
"1F Bathroom Key": LMItemData("Door Key", 64, IC.progression, doorid=23),
Expand Down

0 comments on commit fa476cc

Please sign in to comment.