mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Sword of the Meek, Thopter Foundry (awesome combo, AI can use this too!), Tinker, and Goblin Charbelcher.
This commit is contained in:
@@ -16154,8 +16154,6 @@ public class CardFactory_Creatures {
|
||||
AllZone.GameAction.shuffle(card.getController());
|
||||
lib.remove(c);
|
||||
lib.add(c, 0);
|
||||
|
||||
|
||||
}
|
||||
}//resolve()
|
||||
};
|
||||
@@ -16304,7 +16302,7 @@ public class CardFactory_Creatures {
|
||||
}
|
||||
else //comp
|
||||
{
|
||||
if (AllZone.Phase.getTurn() > 12 && nonLandList.size() > 0)
|
||||
if (AllZone.Phase.getTurn() >= 12 && nonLandList.size() > 0)
|
||||
{
|
||||
Card c = CardFactoryUtil.AI_getMostExpensivePermanent(nonLandList, card, false);
|
||||
hand.remove(c);
|
||||
|
||||
Reference in New Issue
Block a user