$t->hisData()->attack(20);
$hisCard = $t->getCard($t->hisData()->Hand[$t->cardPos()]);
if ($hisCard->getResources('Bricks') > $t->hisData()->Bricks || $hisCard->getResources('Gems') > $t->hisData()->Gems
|| $hisCard->getResources('Recruits') > $t->hisData()->Recruits) {
$t->setCard('his', $t->cardPos(), $t->drawCard($t->hisDeck(), $t->hisData()->Hand, $t->cardPos(), 'drawCardDifferent'));
}