Regulator
Tower and Wall of both players are set to the same height as was at the start of the game
Cost (B / G / R)
0 / 0 / 0
BB code
Effect
Tower and Wall of both players are set to the same height as was at the start of the game
Code
$t->myData()->setTower($t->config('init_tower'))->setWall($t->config('init_wall'));
$t->hisData()->setTower($t->config('init_tower'))->setWall($t->config('init_wall'));