mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Add commander relocation for brawl
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user