mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
*Fixed Color Identity for cards like Transguild Courier and DFC's.
This commit is contained in:
@@ -72,7 +72,7 @@ public final class CardRules implements ICardCharacteristics {
|
||||
|
||||
private byte calculateColorIdentity(ICardFace face)
|
||||
{
|
||||
byte res = face.getManaCost() == null ? 0 : face.getManaCost().getColorProfile();
|
||||
byte res = face.getColor().getColor();
|
||||
boolean isReminder = false;
|
||||
boolean isSymbol = false;
|
||||
String oracleText = face.getOracleText();
|
||||
|
||||
Reference in New Issue
Block a user