if ($t->mode() != $t->cardPos()) {
$t->setCard('my', $t->cardPos(), $t->drawCard($t->myDeck()->Uncommon, $t->myData()->Hand, $t->mode(), 'drawCardList'));
$t->myData()->switchCards($t->cardPos(), $t->mode());
$t->noNextCard();
}
else {
$t->nextCard($t->drawCard($t->myDeck()->Uncommon, $t->myData()->Hand, $t->cardPos(), 'drawCardList'));
}