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,8 +237,10 @@ public class GameActionUtil {
|
||||
public void resolve()
|
||||
{
|
||||
Card crd = getTargetCard();
|
||||
if (crd!=null)
|
||||
AllZone.GameAction.destroy(crd);
|
||||
if (crd!=null) {
|
||||
if (CardFactoryUtil.canTarget(ulamog, crd))
|
||||
AllZone.GameAction.destroy(crd);
|
||||
}
|
||||
}
|
||||
};
|
||||
ability.setBeforePayMana(CardFactoryUtil.input_targetPermanent(ability));
|
||||
|
||||
Reference in New Issue
Block a user