mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Removed the keyword "Prevent all damage that would be dealt to you."
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user