add comment

This commit is contained in:
Northmoc
2023-04-25 13:40:54 -04:00
parent 0048a3b784
commit 6a67ddaf0a

View File

@@ -1317,7 +1317,7 @@ public class CardProperty {
}
} else if (property.startsWith("leastToughness")) {
CardCollectionView cards = CardLists.filter(game.getCardsIn(ZoneType.Battlefield), Presets.CREATURES);
if (property.contains("ControlledBy")) {
if (property.contains("ControlledBy")) { // 4/25/2023 only used for adventure mode Death Ring
FCollectionView<Player> p = AbilityUtils.getDefinedPlayers(source, property.split("ControlledBy")[1], spellAbility);
cards = CardLists.filterControlledBy(cards, p);
if (!cards.contains(card)) {