Please log in
Switches your hand with opponent's hand (shuffles both hands)
BB code
Effect
Code
$t->setCard('my', $t->cardPos(), $t->drawCard($t->myDeck(), $t->myData()->Hand, $t->cardPos(), 'drawCardRandom')); $tmp = $t->myData()->Hand; $t->setHandShuffled('my', $t->hisData()->Hand); $t->setHandShuffled('his', $tmp); $t->noNextCard();
An error has occurred