Please log in
Mode1:Wall: +10Mode2:Recruits: +7
BB code
Effect
Code
if ($t->mode() == 1) { $t->myData()->addWall(10); } elseif ($t->mode() == 2) { $t->myData()->addRecruits(7); }
An error has occurred