$t->myData()->addTower(3);
$selected = $t->getCard($t->myData()->Hand[$t->mode()]);
if (!$selected->hasKeyword('Unliving')) {
$t->setCard('my', $t->mode(), $t->drawCard($t->getList(['rarity'=>$selected->getRarity(), 'keyword'=>'Unliving']), $t->myData()->Hand, $t->mode(), 'drawCardList'));
}