mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +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());
|
||||
}
|
||||
});
|
||||
setTargetCard(human.get(0));
|
||||
if(human.size() > 0) {
|
||||
setTargetCard(human.get(0));
|
||||
}
|
||||
return human.size() > 0;
|
||||
}
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user