mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Missing file
This commit is contained in:
@@ -7381,17 +7381,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
restDamage = stAb.applyAbility("PreventDamage", source, this, restDamage, isCombat, isTest);
|
restDamage = stAb.applyAbility("PreventDamage", source, this, restDamage, isCombat, isTest);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// specific Cards
|
|
||||||
if (this.isCreature()) { // and not a planeswalker
|
|
||||||
|
|
||||||
if (source.isCreature() && getGame().isCardInPlay("Well-Laid Plans")
|
|
||||||
&& source.sharesColorWith(this)) {
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
} // Creature end
|
|
||||||
|
|
||||||
|
|
||||||
return restDamage > 0 ? restDamage : 0;
|
return restDamage > 0 ? restDamage : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user