mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Remove commented code
This commit is contained in:
parent
ec8a25f2e1
commit
defed69b70
1 changed files with 0 additions and 20 deletions
|
@ -128,26 +128,6 @@ class MirrorGolemEffect extends ContinuousEffectImpl {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// for (UUID playerId : game.getState().getPlayersInRange(source.getControllerId(), game)) {
|
||||
// Player player = game.getPlayer(playerId);
|
||||
// if (player != null) {
|
||||
// UUID exileId = CardUtil.getExileZoneId(game, source.getSourceId(), sourceObject.getZoneChangeCounter(game));
|
||||
// if (exileId != null) {
|
||||
// for (UUID cardId : game.getState().getExile().getExileZone(exileId)) {
|
||||
// Card card = game.getCard(cardId);
|
||||
// if (card != null) {
|
||||
// for (CardType cardType : card.getCardType()){
|
||||
// FilterCard filterCard = new FilterCard();
|
||||
// filterCard.add(new CardTypePredicate(cardType));
|
||||
// sourceObject.addAbility(new ProtectionAbility(filterCard));
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue