Merge branch 'fix_rainbow_vale' into 'master'

Fix Rainbow Vale not transfer back control when opponent also used its mana ability

Closes #1703

See merge request core-developers/forge!3661
This commit is contained in:
Michael Kamensky
2021-01-30 05:24:20 +00:00

View File

@@ -4,7 +4,7 @@ Types:Land
A:AB$ Mana | Cost$ T | Produced$ Any | SubAbility$ ValeTrig | SpellDescription$ Add one mana of any color. An opponent gains control of CARDNAME at the beginning of the next end step.
SVar:ValeTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ ChooseOpp | TriggerDescription$ An opponent gains control of CARDNAME at the beginning of the next end step.
SVar:ChooseOpp:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent | ChoiceTitle$ Choose an opponent to give control to: | AILogic$ Curse | SubAbility$ DonateTheVale
SVar:DonateTheVale:DB$ GainControl | Defined$ Self | NewController$ Player.Chosen
SVar:DonateTheVale:DB$ GainControl | Defined$ CorrectedSelf | NewController$ Player.Chosen
AI:RemoveDeck:Random
SVar:Picture:http://www.wizards.com/global/images/magic/general/rainbow_vale.jpg
Oracle:{T}: Add one mana of any color. An opponent gains control of Rainbow Vale at the beginning of the next end step.