Halfling rogue
Summons selected zero cost card in hand (can't summon self)
Cost (B / G / R)
0 / 0 / 0
BB code
Effect
Summons selected zero cost card in hand (can't summon self)
Code
if ($t->cardPos() != $t->mode() && $t->getCard($t->myData()->Hand[$t->mode()])->getResources() == 0) {
$revealed = $t->hiddenCards() && isset($t->myData()->Revealed[$t->mode()]);
$t->nextCard($t->myData()->Hand[$t->mode()], $revealed);
}