- Fixed Hagra Diabolist

This commit is contained in:
swordshine
2014-05-10 13:51:08 +00:00
parent b2ba987fe3
commit 4250b8eafb
3 changed files with 3 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ public class ReplacementHandler {
if (mapParams.containsKey("ReplaceWith")) {
final String effectSVar = mapParams.get("ReplaceWith");
final String effectAbString = replacementEffect.getHostCard().getSVar(effectSVar);
// TODO: the source of replacement effect should be the source of the original effect
effectSA = AbilityFactory.getAbility(effectAbString, replacementEffect.getHostCard());
effectSA.setTrigger(true);