- Removed the keyword "Prevent all damage that would be dealt to you."

This commit is contained in:
Sloth
2011-09-25 18:45:39 +00:00
parent 46c6f3af4d
commit 1c5c56d31e
2 changed files with 2 additions and 7 deletions

View File

@@ -404,10 +404,6 @@ public abstract class Player extends GameEntity {
if (source.hasKeyword("Prevent all damage that would be dealt to and dealt by CARDNAME.")) return 0;
if (source.hasKeyword("Prevent all damage that would be dealt by CARDNAME.")) return 0;
if (AllZoneUtil.isCardInPlay("Purity", this) && !isCombat) return 0;
if (hasKeyword("Prevent all damage that would be dealt to you")) {
return 0;
}
//Prevent Damage static abilities
CardList allp = AllZoneUtil.getCardsIn(Zone.Battlefield);