mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Removed the keyword "Prevent all damage that would be dealt to you."
This commit is contained in:
@@ -2,9 +2,8 @@ Name:Safe Passage
|
|||||||
ManaCost:2 W
|
ManaCost:2 W
|
||||||
Types:Instant
|
Types:Instant
|
||||||
Text:no text
|
Text:no text
|
||||||
A:SP$ Effect | Cost$ 2 W | Name$ Safe Passage Effect | StaticAbilities$ CPump,PPump | SpellDescription$ Prevent all damage that would be dealt to you and creatures you control this turn.
|
A:SP$ Effect | Cost$ 2 W | Name$ Safe Passage Effect | StaticAbilities$ STPrevent | SpellDescription$ Prevent all damage that would be dealt to you and creatures you control this turn.
|
||||||
SVar:CPump:Mode$ Continuous | Affected$ Creature.YouCtrl | AddHiddenKeyword$ HIDDEN Prevent all damage that would be dealt to CARDNAME. | Description$ Prevent all damage that would be dealt to you and creatures you control this turn.
|
SVar:STPrevent:Mode$ PreventDamage | Target$ You,Creature.YouCtrl | Description$ Prevent all damage that would be dealt to you and creatures you control this turn.
|
||||||
SVar:PPump:Mode$ Continuous | Affected$ You | AddKeyword$ Prevent all damage that would be dealt to you
|
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/safe_passage.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/safe_passage.jpg
|
||||||
|
|||||||
@@ -405,10 +405,6 @@ public abstract class Player extends GameEntity {
|
|||||||
if (source.hasKeyword("Prevent all damage that would be 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 (AllZoneUtil.isCardInPlay("Purity", this) && !isCombat) return 0;
|
||||||
|
|
||||||
if (hasKeyword("Prevent all damage that would be dealt to you")) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
//Prevent Damage static abilities
|
//Prevent Damage static abilities
|
||||||
CardList allp = AllZoneUtil.getCardsIn(Zone.Battlefield);
|
CardList allp = AllZoneUtil.getCardsIn(Zone.Battlefield);
|
||||||
for (Card ca : allp) {
|
for (Card ca : allp) {
|
||||||
|
|||||||
Reference in New Issue
Block a user