mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Fixes Horned Kavu being played incorrectly (returning another Horned Kavu or itself)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user