Add Nothing to the trap_replaceable list.
This commit is contained in:
parent
61bef142a3
commit
8c301044e3
2
Items.py
2
Items.py
|
@ -235,4 +235,4 @@ item_name_groups['Everything'] = {name for name, data in item_table.items() if t
|
|||
item_name_groups['Progression Items'] = progression_items
|
||||
item_name_groups['Non Progression Items'] = item_name_groups['Everything'] - progression_items
|
||||
|
||||
trap_replaceable = item_name_groups['Rupees'] | {'Arrows (10)', 'Single Bomb', 'Bombs (3)', 'Bombs (10)'}
|
||||
trap_replaceable = item_name_groups['Rupees'] | {'Arrows (10)', 'Single Bomb', 'Bombs (3)', 'Bombs (10)', 'Nothing'}
|
||||
|
|
Loading…
Reference in New Issue