Skip to content

Commit

Permalink
Make disable_check_set an ordered set
Browse files Browse the repository at this point in the history
Addresses some non determinism in the core
  • Loading branch information
edo9300 committed Apr 1, 2024
1 parent 67c623d commit b93acc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion field.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct field_effect {
effect_collection rechargeable;
effect_collection spsummon_count_eff;

std::unordered_set<card*> disable_check_set;
card_set disable_check_set;

grant_effect_container grant_effect;
};
Expand Down

0 comments on commit b93acc2

Please sign in to comment.