Please log in
Tower: +4Replace a card in hand with Holy
BB code
Effect
Code
$t->myData()->addTower(4); $t->setCard('my', $t->mode(), $t->drawCard($t->getList(['keyword'=>'Holy']), $t->myData()->Hand, $t->mode(), 'drawCardList')); if ($t->mode() == $t->cardPos()) { $t->noNextCard(); }
An error has occurred