Storehouses now add 100 and you start with 100

This commit is contained in:
pjht 2018-10-13 16:19:07 -05:00
parent da3f493897
commit 9aa871a9d4

View File

@ -2,7 +2,7 @@ var maxPop=0;
var pop=0; var pop=0;
var working=0; var working=0;
var resources={}; var resources={};
var maxResources=50; var maxResources=100;
var numResources=0; var numResources=0;
var buildings={}; var buildings={};
var unlockedBuildings=[]; var unlockedBuildings=[];
@ -45,10 +45,10 @@ var all_buildings={
}, },
storehouse:{ storehouse:{
ings:{ ings:{
wood:40 wood:60
}, },
build_effects: { build_effects: {
max_resources:50 max_resources:100
} }
}, },
"trading post":{ "trading post":{