Please log in
Replace a card in hand with a rare Dragon
BB code
Effect
Code
$dragon = $t->getList(['rarity'=>'Rare', 'keyword'=>'Dragon']); $t->setCard('my', $t->mode(), $t->drawCard($dragon, $t->myData()->Hand, $t->mode(), 'drawCardList')); if ($t->mode() == $t->cardPos()) { $t->noNextCard(); }
An error has occurred