$t->hisData()->attack(30);
$t->production()->multiplyRecruits(2);
$t->setCard('his', $t->cardPos(), 381, ['reveal' => true]);
if ($t->cardPos() > 1) {
$t->setCard('his', $t->cardPos() - 1, 381, ['reveal' => true]);
}
if ($t->cardPos() < $t->handSize()) {
$t->setCard('his', $t->cardPos() + 1, 381, ['reveal' => true]);
}