- Added Sword of the Meek, Thopter Foundry (awesome combo, AI can use this too!), Tinker, and Goblin Charbelcher.

This commit is contained in:
jendave
2011-08-06 02:50:13 +00:00
parent b0d660a6bb
commit de91918e51
6 changed files with 491 additions and 4 deletions

View File

@@ -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);