Tidal wave
Player(s) with lowest wall suffers
Quarry: -1
Dungeon: -1
Cost (B / G / R)
0 / 17 / 0
BB code
Effect
Player(s) with lowest wall suffers
Quarry: -1
Dungeon: -1
Code
if ($t->myData()->Wall <= $t->hisData()->Wall) {
$t->myData()->addQuarry(-1)->addDungeons(-1);
}
if ($t->hisData()->Wall <= $t->myData()->Wall) {
$t->hisData()->addQuarry(-1)->addDungeons(-1);
}