mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
add Virulent Wound (from MBS)
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user