Mason
Quarry: +1
Replace a card in hand with Sculptor
Cost (B / G / R)
1 / 0 / 0
BB code
Effect
Quarry: +1
Replace a card in hand with Sculptor
Code
$t->myData()->addQuarry(1);
$t->setCard('my', $t->mode(), 22, ['reveal' => true]);
if ($t->mode() == $t->cardPos()) {
$t->noNextCard();
}