Farm
Tower: +2
Wall: +2
If last card was discarded
Stock: +4
Cost (B / G / R)
2 / 0 / 2
BB code
Effect
Tower: +2
Wall: +2
If last card was discarded
Stock: +4
Code
$t->myData()->addTower(2)->addWall(2);
if ($t->myLastAction() == 'discard') {
$t->myData()->addStock(4);
}