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