Goblin saboteur
Attack: 4
If opponent raised his wall by more than 8 last round
Enemy wall: -12
Cost (B / G / R)
0 / 0 / 5
BB code
Effect
Attack: 4
If opponent raised his wall by more than 8 last round
Enemy wall: -12
Code
$t->hisData()->attack(4);
if ($t->hisChange('Wall') > 8) {
$t->hisData()->addWall(-12);
}