Fixes Horned Kavu being played incorrectly (returning another Horned Kavu or itself)

This commit is contained in:
Seravy
2018-02-11 14:42:41 +01:00
parent 36917c0d18
commit 8579ae99a0

View File

@@ -4,6 +4,6 @@ Types:Creature Kavu
PT:3/4 PT:3/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, return a red or green creature you control to its owner's hand. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, return a red or green creature you control to its owner's hand.
SVar:TrigChange:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Hidden$ True | Mandatory$ True | ChangeType$ Creature.Red+YouCtrl,Creature.Green+YouCtrl | AILogic$ NeverBounceItself SVar:TrigChange:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Hidden$ True | Mandatory$ True | ChangeType$ Creature.Red+YouCtrl,Creature.Green+YouCtrl | AILogic$ NeverBounceItself
SVar:NeedsToPay:Creature.YouCtrl+cmcLE3+inZoneBattlefield SVar:NeedsToPlay:Creature.Red+YouCtrl+cmcLE3+inZoneBattlefield+notnamedHorned Kavu,Creature.Green+YouCtrl+cmcLE3+inZoneBattlefield+notnamedHorned Kavu
SVar:Picture:http://www.wizards.com/global/images/magic/general/horned_kavu.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/horned_kavu.jpg
Oracle:When Horned Kavu enters the battlefield, return a red or green creature you control to its owner's hand. Oracle:When Horned Kavu enters the battlefield, return a red or green creature you control to its owner's hand.