diff --git a/forge-game/src/main/java/forge/game/card/CardProperty.java b/forge-game/src/main/java/forge/game/card/CardProperty.java index b977a433fd6..1b00d17b5ff 100644 --- a/forge-game/src/main/java/forge/game/card/CardProperty.java +++ b/forge-game/src/main/java/forge/game/card/CardProperty.java @@ -950,6 +950,10 @@ public class CardProperty { } } return list.isEmpty(); + } else { + CardCollection list = CardLists.getValidCards(game.getCardsIn(ZoneType.Battlefield), restriction, + sourceController, source, spellAbility); + return !Iterables.any(list, CardPredicates.sharesNameWith(card)); } } } else if (property.startsWith("sharesControllerWith")) { diff --git a/forge-gui/res/cardsfolder/upcoming/light_paws_emperors_voice.txt b/forge-gui/res/cardsfolder/upcoming/light_paws_emperors_voice.txt new file mode 100644 index 00000000000..3d6054d09f3 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/light_paws_emperors_voice.txt @@ -0,0 +1,9 @@ +Name:Light-Paws, Emperor's Voice +ManaCost:1 W +Types:Legendary Creature Fox Advisor +PT:2/2 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Aura.YouCtrl+wasCast | TriggerZones$ Battlefield | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ Whenever an Aura enters the battlefield under your control, if you cast it, you may search your library for an Aura card with mana value less than or equal to that Aura and with a different name than each Aura you control, put that card on the battlefield attached to CARDNAME, then shuffle. +SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Aura.CanEnchantSource+cmcLEX+doesNotShareNameWith Aura.YouCtrl | ChangeNum$ 1 | ShuffleNonMandatory$ True | AttachedTo$ Self +SVar:X:TriggeredCard$CardManaCost +DeckHints:Type$Aura +Oracle:Whenever an Aura enters the battlefield under your control, if you cast it, you may search your library for an Aura card with mana value less than or equal to that Aura and with a different name than each Aura you control, put that card on the battlefield attached to Light-Paws, Emperor's Voice, then shuffle.