Sin city
Tower: +16
Wall: +28
If last card played was Demonic
Wall: +24
Cost (B / G / R)
22 / 0 / 0
BB code
Effect
Tower: +16
Wall: +28
If last card played was Demonic
Wall: +24
Code
$t->myData()->addTower(16)->addWall(28);
if ($t->myLastCard()->hasKeyword('Demonic') && $t->myLastAction() == 'play') {
$t->myData()->addWall(24);
}