mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Announce non doublefaced transform cards only
Doublefaced card transformation has trigger (except daybound/nightbound) when flipping back and forth making announcement redundant.
This commit is contained in:
@@ -187,7 +187,8 @@ public class SetStateEffect extends SpellAbilityEffect {
|
||||
if (remChanged) {
|
||||
host.addRemembered(gameCard);
|
||||
}
|
||||
transformedCards.add(gameCard);
|
||||
if (!gameCard.isDoubleFaced())
|
||||
transformedCards.add(gameCard);
|
||||
}
|
||||
}
|
||||
table.triggerCountersPutAll(game);
|
||||
|
||||
Reference in New Issue
Block a user