Skip to content

Commit

Permalink
Temp fix for Kitchen / Projection Room higher up furniture.
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeJakeGuy committed Dec 30, 2024
1 parent 98b181f commit 44a42e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/luigismansion/Patching.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,8 @@ def update_furniture_info(furniture_info, item_appear_info, output_data):
# x["move"] = 0

# List of furniture names that tend to spawn items up high or potentially out of bounds.
higher_up_furniture = ["Painting", "Fan", "Mirror", "Picture", "Chandelier"]
higher_up_furniture = ["Painting", "Fan", "Mirror", "Picture", "Chandelier", "Food Shelf",
"Projection Room L Light", "Projection Room R Light", "Kitchen L Light", "Kitchen R Light"]

for item_name, item_data in output_data["Locations"].items():
if not (item_data["type"] == "Furniture" or item_data["type"] == "Plant"):
Expand Down

0 comments on commit 44a42e5

Please sign in to comment.