mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fixed Polluted Bonds for multiplayer games
This commit is contained in:
@@ -2,7 +2,7 @@ Name:Polluted Bonds
|
||||
ManaCost:3 B B
|
||||
Types:Enchantment
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouDontCtrl | TriggerZones$ Battlefield | Execute$ TrigDrain | TriggerDescription$ Whenever a land enters the battlefield under an opponent's control, that player loses 2 life and you gain 2 life.
|
||||
SVar:TrigDrain:AB$LoseLife | Cost$ 0 | Defined$ Opponent | LifeAmount$ 2 | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$GainLife | Defined$ You | LifeAmount$ 2
|
||||
SVar:TrigDrain:AB$ LoseLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ 2 | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/polluted_bonds.jpg
|
||||
Oracle:Whenever a land enters the battlefield under an opponent's control, that player loses 2 life and you gain 2 life.
|
||||
Reference in New Issue
Block a user