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