mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed Phyrexian Dreadnought
This commit is contained in:
@@ -8552,6 +8552,9 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
System.out.println("Trying to sacrifice immutables: " + this);
|
System.out.println("Trying to sacrifice immutables: " + this);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (isPhasedOut()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (source != null && getController().isOpponentOf(source.getActivatingPlayer())
|
if (source != null && getController().isOpponentOf(source.getActivatingPlayer())
|
||||||
&& getController().hasKeyword("Spells and abilities your opponents control can't cause you to sacrifice permanents.")) {
|
&& getController().hasKeyword("Spells and abilities your opponents control can't cause you to sacrifice permanents.")) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user