From 890b5cfd9fd69d2a15fa8d841b04b05097c17b22 Mon Sep 17 00:00:00 2001 From: SomeJakeGuy Date: Thu, 28 Nov 2024 18:13:02 -0500 Subject: [PATCH] Updated comments to remind us what optimizations are needed. --- worlds/luigismansion/Patching.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/luigismansion/Patching.py b/worlds/luigismansion/Patching.py index 516d5e990ab0..3a8cb4a836ce 100644 --- a/worlds/luigismansion/Patching.py +++ b/worlds/luigismansion/Patching.py @@ -150,6 +150,7 @@ def __get_key_name(door_id): def update_item_appear_table(item_appear_table_entry, output_data): + # Todo remove duplicate entries from keys here # Add the special items, so they can be spawned from treasure chests or furniture in game. items_to_add = ["mkinoko", "itembomb", "ice", "elffst", "elwfst", "elifst", "mstar", "mglove", "mshoes", "rdiamond"]