mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
fix Old Man of the Sea if Compy plays it when human has no creatures.
This commit is contained in:
@@ -18190,7 +18190,9 @@ public class CardFactory_Creatures {
|
|||||||
return c.getNetAttack() <= power &&CardFactoryUtil.canTarget(card, getTargetCard());
|
return c.getNetAttack() <= power &&CardFactoryUtil.canTarget(card, getTargetCard());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
setTargetCard(human.get(0));
|
if(human.size() > 0) {
|
||||||
|
setTargetCard(human.get(0));
|
||||||
|
}
|
||||||
return human.size() > 0;
|
return human.size() > 0;
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user