From d350c242e049b1ee7b63a85ffb8e84ce93d6c221 Mon Sep 17 00:00:00 2001 From: TRT <> Date: Tue, 21 Feb 2023 18:31:03 +0100 Subject: [PATCH] Disturb fix --- forge-game/src/main/java/forge/game/card/CardFactoryUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-game/src/main/java/forge/game/card/CardFactoryUtil.java b/forge-game/src/main/java/forge/game/card/CardFactoryUtil.java index 27906737a80..1c040fe82da 100644 --- a/forge-game/src/main/java/forge/game/card/CardFactoryUtil.java +++ b/forge-game/src/main/java/forge/game/card/CardFactoryUtil.java @@ -2833,10 +2833,10 @@ public class CardFactoryUtil { SpellAbility newSA; if (host.getAlternateState().getType().hasSubtype("Aura")) { newSA = host.getAlternateState().getFirstAbility().copyWithDefinedCost(disturbCost); - newSA.setCardState(host.getAlternateState()); } else { newSA = new SpellPermanent(host, host.getAlternateState(), disturbCost); } + newSA.setCardState(host.getAlternateState()); StringBuilder sbCost = new StringBuilder("Disturb"); if (!disturbCost.isOnlyManaCost()) { //Something other than a mana cost