$t->hisData()->addWall(-38); $t->myData()->addBricks(21);
if ($t->cardPos() > 1) {
$t->setCard('my', $t->cardPos() - 1, 247, ['reveal' => true]);
}
if ($t->cardPos() < $t->handSize()) {
$t->setCard('my', $t->cardPos() + 1, 247, ['reveal' => true]);
}
$t->setCard('my', $t->cardPos(), 349, ['reveal' => true]);
$t->noNextCard();