*Fixed Color Identity for cards like Transguild Courier and DFC's.

This commit is contained in:
Hellfish
2013-04-01 20:01:47 +00:00
parent 5f19620d82
commit 7009df7ea0

View File

@@ -72,7 +72,7 @@ public final class CardRules implements ICardCharacteristics {
private byte calculateColorIdentity(ICardFace face) private byte calculateColorIdentity(ICardFace face)
{ {
byte res = face.getManaCost() == null ? 0 : face.getManaCost().getColorProfile(); byte res = face.getColor().getColor();
boolean isReminder = false; boolean isReminder = false;
boolean isSymbol = false; boolean isSymbol = false;
String oracleText = face.getOracleText(); String oracleText = face.getOracleText();