Update GameActionUtil.java

This commit is contained in:
Hans Mackowiak
2025-10-10 10:32:48 +02:00
committed by GitHub
parent 24242aa908
commit b07428c02a

View File

@@ -788,7 +788,7 @@ public final class GameActionUtil {
eff.setOwner(controller); eff.setOwner(controller);
eff.setImageKey(sourceCard.getImageKey()); eff.setImageKey(sourceCard.getImageKey());
eff.setColor(ColorSet.NO_COLORS); eff.setColor(ColorSet.C);
eff.setGamePieceType(GamePieceType.EFFECT); eff.setGamePieceType(GamePieceType.EFFECT);
// try to get the SpellAbility from the mana ability // try to get the SpellAbility from the mana ability
//eff.setEffectSource((SpellAbility)null); //eff.setEffectSource((SpellAbility)null);