more fixes

This commit is contained in:
unknown
2012-06-17 20:34:01 +03:00
parent 1232c8c87e
commit 6c7db3420d
23 changed files with 206 additions and 105 deletions
-1
View File
@@ -420,7 +420,6 @@ class Technology {
$upkeep /= 4;
$upkeep = round($upkeep);
$upkeep *= 3;
$upkeep = round($upkeep);
}
return $upkeep;
}