Road to Tartarus
Replace a card in hand with Tartarus gate
Cost (B / G / R)
1 / 1 / 1
BB code
Effect
Replace a card in hand with Tartarus gate
Code
$t->setCard('my', $t->mode(), 313, ['reveal' => true]); if ($t->mode() == $t->cardPos()) { $t->noNextCard(); }