$t->myData()->addTower(2); $t->production()->multiplyRecruits(2);
$common = $t->getList(['rarity'=>'Common', 'keyword'=>'Horde']);
$uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Horde']);
$t->setCard('my', $t->mode(), $t->drawCard(array_merge($common, $uncommon), $t->myData()->Hand, $t->mode(), 'drawCardList'));
if ($t->mode() == $t->cardPos()) {
$t->noNextCard();
}