Please log in
Attack: 26Replace opponent's hand with cards from your deck of the same rarity
BB code
Effect
Code
$t->hisData()->attack(26); for ($i = 1; $i <= $t->handSize(); $i++) { $rarity = $t->getCard($t->hisData()->Hand[$i])->getRarity(); $t->setCard('his', $i, $t->drawCard($t->myDeck()->$rarity, $t->hisData()->Hand, $i, 'drawCardList')); }
An error has occurred