forked from External/mage
* Fixed that a spell that becomes a permanent didn't had the colors of the spell (e.g. ERsatz Gnomes).
This commit is contained in:
parent
da4e0bc20e
commit
97b872d926
10 changed files with 188 additions and 139 deletions
|
|
@ -132,7 +132,7 @@ public class PermanentCard extends PermanentImpl {
|
|||
transformable = card.isTransformable();
|
||||
if (transformable) {
|
||||
this.nightCard = card.isNightCard();
|
||||
if (! this.nightCard) {
|
||||
if (!this.nightCard) {
|
||||
this.secondSideCard = card.getSecondCardFace();
|
||||
this.secondSideCardClazz = this.secondSideCard.getClass();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue