From e95523c06a89a25eba3c1fa53c3335fe8bfa7737 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Thu, 5 Mar 2015 04:51:31 +0100 Subject: [PATCH] actually using watermill now --- buildings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/buildings.lua b/buildings.lua index ca9affa..21f28fe 100644 --- a/buildings.lua +++ b/buildings.lua @@ -60,6 +60,7 @@ local buildings = { -- {scm="church_2_twoelk", yoff= 0, orients={0}, farming_plus=0, avoid='', typ='church', weight={medieval=4}, pervillage=1}, {scm="forge_1", yoff= 0, orients={0}, farming_plus=0, avoid='', typ='forge', weight={medieval=2, single=1/2}, pervillage=1, inh=-1}, {scm="mill_1", yoff= 0, orients={0}, farming_plus=0, avoid='', typ='mill', weight={medieval=2 }, pervillage=1, inh=-1}, + {scm="watermill_1", yoff=-3, orients={0}, farming_plus=0, avoid='', typ='mill', weight={medieval=2 }, pervillage=1, inh=-2}, {scm="hut_1", yoff= 0, orients={0}, farming_plus=0, avoid='', typ='hut', weight={medieval=1, single=1 }, inh=1}, {scm="hut_2", yoff= 0, orients={0}, farming_plus=0, avoid='', typ='hut', weight={medieval=1, single=1 }, inh=2}, {scm="farm_full_1", yoff= 0, orients={0}, farming_plus=0, avoid='', typ='farm_full', weight={medieval=1/4, single=1 }, inh=2},