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:
@@ -8912,6 +8912,10 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.isPhasedOut()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.getKeyword() != null) {
|
||||
final Card source = sa.getSourceCard();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user