mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Update SpellAbilityEffect.java
This commit is contained in:
@@ -617,7 +617,7 @@ public abstract class SpellAbilityEffect {
|
||||
if (name.startsWith("Emblem")) {
|
||||
eff.setEmblem(true);
|
||||
// Emblem needs to be colorless
|
||||
eff.setColor(ColorSet.NO_COLORS);
|
||||
eff.setColor(ColorSet.C);
|
||||
eff.setRarity(CardRarity.Common);
|
||||
} else {
|
||||
eff.setColor(hostCard.getColor());
|
||||
|
||||
Reference in New Issue
Block a user