mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
ForgetOnMoved: extra logic for cast stuff to not forget when cast is canceled
This commit is contained in:
committed by
Michael Kamensky
parent
acbd82ef7f
commit
350e2cf480
@@ -203,6 +203,7 @@ public class HumanPlaySpellAbility {
|
||||
// skip GameAction
|
||||
oldCard.getZone().remove(oldCard);
|
||||
fromZone.add(oldCard, zonePosition >= 0 ? Integer.valueOf(zonePosition) : null);
|
||||
ability.setHostCard(oldCard);
|
||||
}
|
||||
|
||||
ability.clearTargets();
|
||||
|
||||
Reference in New Issue
Block a user