$rarity = $t->getCard($t->hisData()->Hand[$t->mode()])->getRarity();
$t->setCard('his', $t->mode(), $t->drawCard($t->hisDeck(), $t->hisData()->Hand, $t->mode(), 'drawCardDifferent'));
$t->nextCard($t->drawCard($t->getList(['rarity'=>$rarity, 'keyword'=>'Undead']), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));