Mountain king
Attack: 24
Negates the negative effect of opponent's last round on tower and wall
Cost (B / G / R)
0 / 14 / 16
BB code
Effect
Attack: 24
Negates the negative effect of opponent's last round on tower and wall
Code
$t->hisData()->attack(24);
$t->myData()->addTower(-min(0, $t->myChange('Tower')))->addWall(-min(0, $t->myChange('Wall')));