Stein's gate
Evoke an uncommon card at chosen deck slot from your deck to selected position in hand
Cost (B / G / R)
1 / 1 / 1
BB code
Effect
Evoke an uncommon card at chosen deck slot from your deck to selected position in hand
Code
if ($t->mode() != $t->cardPos()) {
$t->setCard('my', $t->mode(), $t->myDeck()->Uncommon[$t->mode()]);
}