Hydromancer
Attack: 6
Replace a card in hand with Whirlpool
Cost (B / G / R)
0 / 7 / 0
BB code
Effect
Attack: 6
Replace a card in hand with Whirlpool
Code
$t->hisData()->attack(6); $t->setCard('my', $t->mode(), 728, ['reveal' => true]); if ($t->mode() == $t->cardPos()) { $t->noNextCard(); }