Please log in
Attack: 6Summons a card from opponent's deck
BB code
Effect
Code
$t->hisData()->attack(6); $t->nextCard($t->drawCard(array_merge($t->hisDeck()->Common, $t->hisDeck()->Uncommon, $t->hisDeck()->Rare), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));
An error has occurred