mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 07:06:06 +00:00
add cranny capacity to install
This commit is contained in:
@@ -1627,7 +1627,7 @@ class Automation {
|
||||
$cranny = 0;
|
||||
for($i=19;$i<39;$i++){
|
||||
if($buildarray['f'.$i.'t']==23){
|
||||
$cranny += $bid23[$buildarray['f'.$i.'']]['attri'];
|
||||
$cranny += $bid23[$buildarray['f'.$i.'']]['attri']*CRANNY_CAPACITY;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user