From 2ec7579b748c63303edce59ab4be6d17c843a2c0 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sat, 29 Nov 2014 06:27:20 +0100 Subject: [PATCH] the chateau now has theoretical inhabitants --- buildings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildings.lua b/buildings.lua index 73c8129..91068a8 100644 --- a/buildings.lua +++ b/buildings.lua @@ -257,7 +257,7 @@ mg_villages.BUILDINGS = { {scm="hochsitz_3", yoff=0, orients={0,1,2,3}, farming_plus=0, avoid='', typ='tower', weight={tower=1, single=1/3}, nomirror=1}, {scm="hochsitz_4", yoff=0, orients={0,1,2,3}, farming_plus=0, avoid='', typ='tower', weight={tower=1, single=1/3}, nomirror=1}, - {scm="chateau_1", yoff=-1,orients={0,1,2,3}, farming_plus=0, avoid='', typ='chateau', weight={chateau=1,single=8}, pervillage=1}, + {scm="chateau_1", yoff=-1,orients={0,1,2,3}, farming_plus=0, avoid='', typ='chateau', weight={chateau=1,single=8}, pervillage=1, inh=8}, {scm="baking_house_1", yoff=0, orients={0}, farming_plus=0, avoid='', typ='bakery', weight={medieval=1/4}, pervillage=1, inh=-1}, {scm="baking_house_2", yoff=0, orients={0}, farming_plus=0, avoid='', typ='bakery', weight={medieval=1/4}, pervillage=1, inh=-1},