mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
EffectEffect: now does treat emblems different than Effects, also does try to guess the ImageKey from Name for Emblems
shows the PlaneswalkerType for the Emblem but thats only cosmetic.
This commit is contained in:
@@ -205,7 +205,7 @@ public class CardDetailUtil {
|
||||
String curColors = "";
|
||||
|
||||
// do not show current colors for temp effect cards, emblems and the like
|
||||
if (state.getType().hasSubtype("Effect")) {
|
||||
if (state.getType().isEmblem() || state.getType().hasSubtype("Effect")) {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user