mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Merge branch 'kevlahnota-master-patch-31290' into 'master'
Fix card granted ability transforming to original state Closes #1777 See merge request core-developers/forge!4233
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()) {
|
||||
if (isInPlay()) {
|
||||
return;
|
||||
}
|
||||
if (sa.isBestow()) {
|
||||
|
||||
Reference in New Issue
Block a user