forked from External/mage
* Reworked some parts of transform handling. Fixes #2396.
This commit is contained in:
parent
e57da7598e
commit
86648c7190
157 changed files with 246 additions and 204 deletions
|
|
@ -640,7 +640,7 @@ public class CardUtil {
|
|||
mana.setWhite(true);
|
||||
}
|
||||
}
|
||||
if (card.canTransform()) {
|
||||
if (card.isTransformable()) {
|
||||
Card secondCard = card.getSecondCardFace();
|
||||
ObjectColor color = secondCard.getColor(null);
|
||||
mana.setBlack(mana.isBlack() || color.isBlack());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue