Please log in
Replace adjacent cards with Wheat farm
BB code
Effect
Code
if ($t->cardPos() > 1) { $t->setCard('my', $t->cardPos() - 1, 566, ['reveal' => true]); } if ($t->cardPos() < $t->handSize()) { $t->setCard('my', $t->cardPos() + 1, 566, ['reveal' => true]); }
An error has occurred