Skip to content

Commit

Permalink
duplicate front hallway key
Browse files Browse the repository at this point in the history
  • Loading branch information
BootsinSoots committed Dec 5, 2024
1 parent 1ab6ac9 commit 86082b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 86082b0

Please sign in to comment.