Add commander relocation for brawl

This commit is contained in:
tool4EvEr
2021-04-04 22:28:19 +02:00
parent b9dc9e6eb0
commit ce00f31f0f

View File

@@ -1238,6 +1238,7 @@ public class GameAction {
}
if ((game.getRules().hasAppliedVariant(GameType.Commander)
|| game.getRules().hasAppliedVariant(GameType.Brawl)
|| game.getRules().hasAppliedVariant(GameType.Planeswalker)) && !checkAgain) {
Iterable<Card> cards = p.getCardsIn(ZoneType.Graveyard).threadSafeIterable();
for (final Card c : cards) {