Mirror elemental
Wall: +15
Replace a card in hand with Mirror golem
Cost (B / G / R)
5 / 5 / 0
BB code
Effect
Wall: +15
Replace a card in hand with Mirror golem
Code
$t->myData()->addWall(15); $t->setCard('my', $t->mode(), 479, ['reveal' => true]); if ($t->mode() == $t->cardPos()) { $t->noNextCard(); }