Merge branch 'develop' into automelt
commit
e5cbc7fd3c
@ -1,13 +0,0 @@
|
||||
local _ENV = mkmodule('plugins.fortplan')
|
||||
|
||||
require('dfhack.buildings')
|
||||
|
||||
function construct_building_from_params(building_type, x, y, z)
|
||||
local pos = xyz2pos(x, y, z)
|
||||
local bld, err =
|
||||
dfhack.buildings.constructBuilding{type=building_type, pos=pos}
|
||||
if err then error(err) end
|
||||
return bld
|
||||
end
|
||||
|
||||
return _ENV
|
@ -1 +1 @@
|
||||
Subproject commit 4e97b809511660f7b5fc98e82f7d1cfff49395ee
|
||||
Subproject commit 9666cb8ebcc51f8e4bb2fb99116636793a7e4270
|
Loading…
Reference in New Issue