mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Fixed a small thing with Ulamog.
This commit is contained in:
@@ -237,9 +237,11 @@ public class GameActionUtil {
|
|||||||
public void resolve()
|
public void resolve()
|
||||||
{
|
{
|
||||||
Card crd = getTargetCard();
|
Card crd = getTargetCard();
|
||||||
if (crd!=null)
|
if (crd!=null) {
|
||||||
|
if (CardFactoryUtil.canTarget(ulamog, crd))
|
||||||
AllZone.GameAction.destroy(crd);
|
AllZone.GameAction.destroy(crd);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
ability.setBeforePayMana(CardFactoryUtil.input_targetPermanent(ability));
|
ability.setBeforePayMana(CardFactoryUtil.input_targetPermanent(ability));
|
||||||
if (controller.equals(Constant.Player.Human))
|
if (controller.equals(Constant.Player.Human))
|
||||||
|
|||||||
Reference in New Issue
Block a user