mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
@@ -2833,10 +2833,10 @@ public class CardFactoryUtil {
|
|||||||
SpellAbility newSA;
|
SpellAbility newSA;
|
||||||
if (host.getAlternateState().getType().hasSubtype("Aura")) {
|
if (host.getAlternateState().getType().hasSubtype("Aura")) {
|
||||||
newSA = host.getAlternateState().getFirstAbility().copyWithDefinedCost(disturbCost);
|
newSA = host.getAlternateState().getFirstAbility().copyWithDefinedCost(disturbCost);
|
||||||
newSA.setCardState(host.getAlternateState());
|
|
||||||
} else {
|
} else {
|
||||||
newSA = new SpellPermanent(host, host.getAlternateState(), disturbCost);
|
newSA = new SpellPermanent(host, host.getAlternateState(), disturbCost);
|
||||||
}
|
}
|
||||||
|
newSA.setCardState(host.getAlternateState());
|
||||||
|
|
||||||
StringBuilder sbCost = new StringBuilder("Disturb");
|
StringBuilder sbCost = new StringBuilder("Disturb");
|
||||||
if (!disturbCost.isOnlyManaCost()) { //Something other than a mana cost
|
if (!disturbCost.isOnlyManaCost()) { //Something other than a mana cost
|
||||||
|
|||||||
Reference in New Issue
Block a user