diff --git a/res/cardsfolder/m/mask_of_intolerance.txt b/res/cardsfolder/m/mask_of_intolerance.txt index 23e29bba14e..57d64b82b93 100644 --- a/res/cardsfolder/m/mask_of_intolerance.txt +++ b/res/cardsfolder/m/mask_of_intolerance.txt @@ -1,11 +1,9 @@ Name:Mask of Intolerance ManaCost:2 Types:Artifact -#This is not correct -T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Land.Basic+YouCtrl | PresentCompare$ GE4 | Execute$ TrigDamageYou | TriggerDescription$ At the beginning of each player's upkeep, if there are four or more basic land types among lands that player controls, CARDNAME deals 3 damage to him or her. -T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | TriggerZones$ Battlefield | IsPresent$ Land.Basic+YouDontCtrl | PresentCompare$ GE4 | Execute$ TrigDamageOpp | Secondary$ True | TriggerDescription$ At the beginning of each player's upkeep, if there are four or more basic land types among lands that player controls, CARDNAME deals 3 damage to him or her. -SVar:TrigDamageYou:AB$DealDamage | Cost$ 0 | Defined$ You | NumDmg$ 3 -SVar:TrigDamageOpp:AB$DealDamage | Cost$ 0 | Defined$ Opponent | NumDmg$ 3 +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | TriggerZones$ Battlefield | CheckSVar$ CheckLandTypes | References$ CheckLandTypes | SVarCompare$ GE4 | Execute$ TrigDamage | TriggerDescription$ At the beginning of each player's upkeep, if there are four or more basic land types among lands that player controls, CARDNAME deals 3 damage to him or her. +SVar:TrigDamage:AB$ DealDamage | Cost$ 0 | Defined$ TriggeredPlayer | NumDmg$ 3 +SVar:CheckLandTypes:Count$DomainActivePlayer SVar:RemRandomDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/mask_of_intolerance.jpg Oracle:At the beginning of each player's upkeep, if there are four or more basic land types among lands that player controls, Mask of Intolerance deals 3 damage to him or her. \ No newline at end of file