Please log in
Attack: 3Titan tokens: +10Discard a card from hand
BB code
Effect
Code
$t->hisData()->attack(3); $t->myData()->addToken('Titan', 10); if ($t->mode() != $t->cardPos()) { $t->setCard('my', $t->mode(), $t->drawCard($t->myDeck(), $t->myData()->Hand, $t->mode(), 'drawCardRandom')); }
An error has occurred