mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Update GameActionUtil.java
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user