mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Update GameActionUtil.java
This commit is contained in:
@@ -788,7 +788,7 @@ public final class GameActionUtil {
|
||||
eff.setOwner(controller);
|
||||
|
||||
eff.setImageKey(sourceCard.getImageKey());
|
||||
eff.setColor(ColorSet.NO_COLORS);
|
||||
eff.setColor(ColorSet.C);
|
||||
eff.setGamePieceType(GamePieceType.EFFECT);
|
||||
// try to get the SpellAbility from the mana ability
|
||||
//eff.setEffectSource((SpellAbility)null);
|
||||
|
||||
Reference in New Issue
Block a user