- Restored Emblem image functionality

- Added Domri Rade's emblem to the token download urls
This commit is contained in:
moomarc
2013-03-12 10:10:33 +00:00
parent c8ee94e54e
commit 592ab5752d
2 changed files with 2 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ public class EffectEffect extends SpellAbilityEffect {
// nuked
eff.addController(controller);
eff.setOwner(controller);
eff.setImageFilename(hostCard.getImageFilename());
eff.setImageFilename(sa.hasParam("Image") ? sa.getParam("Image") : hostCard.getImageFilename());
eff.setColor(hostCard.getColor());
eff.setImmutable(true);
eff.setEffectSource(hostCard);