mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 02:33:20 -07:00
Update world api.md
This commit is contained in:
@@ -732,7 +732,7 @@ def collect(self, state: CollectionState, item: Item) -> bool:
|
||||
def remove(self, state: CollectionState, item: Item) -> bool:
|
||||
change = super().remove(state, item)
|
||||
if change and item in COMBAT_ITEMS:
|
||||
state.defeatable_enemies |= get_newly_locked_enemies(state)
|
||||
state.defeatable_enemies -= get_newly_locked_enemies(state)
|
||||
return change
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user