add Virulent Wound (from MBS)

This commit is contained in:
jendave
2011-08-06 18:01:29 +00:00
parent 25a68d30ae
commit 4654d25259
3 changed files with 14 additions and 0 deletions

View File

@@ -138,6 +138,10 @@ public class GameAction {
return moveTo(AllZone.getZone(Constant.Zone.Exile, c.getOwner()), c);
}
if(c.hasKeyword("If CARDNAME is put into a graveyard this turn, its controller gets a poison counter.")) {
c.getController().addPoisonCounters(1);
}
if (AllZoneUtil.isCardInPlay("Planar Void")) {
CardList pVoids = AllZoneUtil.getCardsInPlay("Planar Void");
for(int i = 0; i < pVoids.size(); i++) {