mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 15:13:52 -08:00
CVCotM: Fix determinism with Halve DSS Cards Placed (#5601)
This commit is contained in:
@@ -110,7 +110,7 @@ def get_item_counts(world: "CVCotMWorld") -> Dict[ItemClassification, Dict[str,
|
|||||||
|
|
||||||
# If Halve DSS Cards Placed is on, determine which cards we will exclude here.
|
# If Halve DSS Cards Placed is on, determine which cards we will exclude here.
|
||||||
if world.options.halve_dss_cards_placed:
|
if world.options.halve_dss_cards_placed:
|
||||||
excluded_cards = list(ACTION_CARDS.union(ATTRIBUTE_CARDS))
|
excluded_cards = sorted(ACTION_CARDS.union(ATTRIBUTE_CARDS))
|
||||||
|
|
||||||
has_freeze_action = False
|
has_freeze_action = False
|
||||||
has_freeze_attr = False
|
has_freeze_attr = False
|
||||||
|
|||||||
Reference in New Issue
Block a user