Skip to content

Commit

Permalink
finetuning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeb187 committed Jul 9, 2018
1 parent 7b9ab89 commit 17e9c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function settlements.place_settlement_circle(minp, maxp)
--increase index for following buildings
index = index + 1
-- now some buildings around in a circle
local x, z, r = center_surface.x, center_surface.z, 5
local x, z, r = center_surface.x, center_surface.z, 10
-- draw 5 circles around center and increase radius by 5
for j = 1,10 do
if number_built < number_of_buildings then
Expand Down
2 changes: 1 addition & 1 deletion const.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ schem_path = settlements.modpath.."/schematics/"
-- list of schematics
--
schematic_table = {
{name = "townhall", mts = schem_path.."townhall.mts", hsize = 23, max_num = 0, rplc = "n"},
{name = "townhall", mts = schem_path.."townhall.mts", hsize = 20, max_num = 0, rplc = "n"},
{name = "well", mts = schem_path.."well.mts", hsize = 11, max_num = 0.055, rplc = "n"},
{name = "hut", mts = schem_path.."hut.mts", hsize = 11, max_num = 0.9, rplc = "y"},
{name = "garden", mts = schem_path.."garden.mts", hsize = 11, max_num = 0.1, rplc = "n"},
Expand Down

0 comments on commit 17e9c4b

Please sign in to comment.