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