mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Phased out cards will cause spells targeting them to fizzle again
This commit is contained in:
@@ -8911,6 +8911,10 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
if (this.hasProtectionFrom(sa.getSourceCard())) {
|
if (this.hasProtectionFrom(sa.getSourceCard())) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.isPhasedOut()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (this.getKeyword() != null) {
|
if (this.getKeyword() != null) {
|
||||||
final Card source = sa.getSourceCard();
|
final Card source = sa.getSourceCard();
|
||||||
|
|||||||
Reference in New Issue
Block a user