Forge master
Dungeon: +1
Replace a card in hand with Blacksmith
Cost (B / G / R)
0 / 0 / 1
BB code
Effect
Dungeon: +1
Replace a card in hand with Blacksmith
Code
$t->myData()->addDungeons(1);
$t->setCard('my', $t->mode(), 12, ['reveal' => true]);
if ($t->mode() == $t->cardPos()) {
$t->noNextCard();
}