return buildings to T3 buildings and fix scout in oasis with bats (as I know bats are not spys...)

This commit is contained in:
unknown
2012-04-01 18:31:09 +03:00
parent 9d261523e6
commit 0f816c8918
39 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -142,7 +142,7 @@ class Battle {
$scout = 1;
for($i=$start;$i<=($start+9);$i++) {
if($i == 4 || $i == 14 || $i == 23 || $i == 34 || $i == 44)
if($i == 4 || $i == 14 || $i == 23 || $i == 44)
{}
else{
if($attacker['u'.$i]>0) {
@@ -275,7 +275,7 @@ class Battle {
if($type == 1)
{
for($y=4;$y<=44;$y++) {
if($y == 4 || $y == 14 || $y == 23 || $y == 34 || $y == 44)
if($y == 4 || $y == 14 || $y == 23 || $y == 44)
{
global ${'u'.$y};
if($y >= $start && $y <= ($end-2) && $def_ab['b'.$abcount] > 0) {