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