- Fixed the transformed cards displaying wrong color identity in the card detail panel.

This commit is contained in:
Agetian
2015-09-26 14:38:34 +00:00
parent 6a9966c0e9
commit a3eebd0e77

View File

@@ -293,6 +293,8 @@ public class Card extends GameEntity implements Comparable<Card> {
getGame().getTriggerHandler().runTrigger(TriggerType.Transformed, runParams, false);
}
currentState.getView().updateColors(this);
return true;
}