mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Update forge-game/src/main/java/forge/game/card/Card.java
This commit is contained in:
@@ -6382,7 +6382,7 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
||||
}
|
||||
|
||||
public void setSplitStateToPlayAbility(final SpellAbility sa) {
|
||||
if (isFaceDown()||(isModal() && isBackSide())) {
|
||||
if (isFaceDown()||isBackSide()||isFlipped()) {
|
||||
return;
|
||||
}
|
||||
if (sa.isBestow()) {
|
||||
|
||||
Reference in New Issue
Block a user