mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38: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)
|
if ((game.getRules().hasAppliedVariant(GameType.Commander)
|
||||||
|
|| game.getRules().hasAppliedVariant(GameType.Brawl)
|
||||||
|| game.getRules().hasAppliedVariant(GameType.Planeswalker)) && !checkAgain) {
|
|| game.getRules().hasAppliedVariant(GameType.Planeswalker)) && !checkAgain) {
|
||||||
Iterable<Card> cards = p.getCardsIn(ZoneType.Graveyard).threadSafeIterable();
|
Iterable<Card> cards = p.getCardsIn(ZoneType.Graveyard).threadSafeIterable();
|
||||||
for (final Card c : cards) {
|
for (final Card c : cards) {
|
||||||
|
|||||||
Reference in New Issue
Block a user