Evolution
Discard opponent's hand (can't draw rare cards)
If not New
Discard your hand
Cost (B / G / R)
0 / 1 / 0
BB code
Effect
Discard opponent's hand (can't draw rare cards)
If not New
Discard your hand
Code
$t->setHand('his', $t->drawHandNoRare($t->hisDeck()));
if (!$t->isMyNew($t->cardPos())) {
$t->setHand('my', $t->drawHandRandom($t->myDeck()));
$t->noNextCard();
}