Skip to content

Commit

Permalink
fixed nana's balls for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
MelonSpeedruns committed Dec 2, 2024
1 parent 79c25a0 commit 066ba68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/luigismansion/Patching.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def update_furniture_info(furniture_info, item_appear_info, output_data):
for x in furniture_info.info_file_field_entries:
# If this is a book/bookshelf, set it to just shake, no book interaction.
# Make sure to exclude Nana's knit ball bowl so they can drop on the floor properly.
if x["move"] == 16 and x["name"] is not "o_tuku1":
if x["move"] == 16 and x["dmd_name"] != "o_tuku1":
x["move"] = 0

# If one of Vincent's painting, update the flag to disable zoom instead.
Expand Down

0 comments on commit 066ba68

Please sign in to comment.