mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 15:15:31 +00:00
This was SVN commit r5261.
This commit is contained in:
@@ -2188,7 +2188,7 @@ function getBuildingLimit( category/*, gameMode*/ )
|
||||
if(category=="CivilCentre") return 1;
|
||||
if(category=="House") return 15;
|
||||
if(category=="Farmstead") return 2;
|
||||
if(category=="Field") return 5;
|
||||
if(category=="Field") return 8;
|
||||
// Military
|
||||
if(category=="Dock") return 2;
|
||||
if(category=="Fortress") return 1;
|
||||
|
||||
Reference in New Issue
Block a user