Please log in
Discard all other cards from hand
BB code
Effect
Code
for ($i = 1; $i <= $t->handSize(); $i++) { if ($i != $t->cardPos()) { $t->setCard('my', $i, $t->drawCard($t->myDeck(), $t->myData()->Hand, $i, 'drawCardRandom')); } }
An error has occurred