Jungle river
Recruits: +3
Enemy wall: -3
Replace a card in hand with Piranhas
Cost (B / G / R)
0 / 0 / 1
BB code
Effect
Recruits: +3
Enemy wall: -3
Replace a card in hand with Piranhas
Code
$t->myData()->addRecruits(3);
$t->hisData()->addWall(-3);
$t->setCard('my', $t->mode(), 504, ['reveal' => true]);
if ($t->mode() == $t->cardPos()) {
$t->noNextCard();
}