mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 17:33:30 -07:00
This is actually just slower lol
This commit is contained in:
@@ -399,14 +399,14 @@ class YachtDiceWorld(World):
|
||||
|
||||
def collect(self, state: CollectionState, item: Item) -> bool:
|
||||
change = super().collect(state, item)
|
||||
if change and item.advancement:
|
||||
if change:
|
||||
state.prog_items[self.player]["state_is_fresh"] = 0
|
||||
|
||||
return change
|
||||
|
||||
def remove(self, state: CollectionState, item: Item) -> bool:
|
||||
change = super().remove(state, item)
|
||||
if change and item.advancement:
|
||||
if change:
|
||||
state.prog_items[self.player]["state_is_fresh"] = 0
|
||||
|
||||
return change
|
||||
|
||||
Reference in New Issue
Block a user