1
0
Fork 0

abolish child labor

This commit is contained in:
cora 2022-07-07 12:46:44 +02:00
parent 3118102ca7
commit 98c48dab8c
1 changed files with 1 additions and 0 deletions

View File

@ -629,6 +629,7 @@ local function look_for_job(self)
end
local function get_a_job(self)
if self.child then return end
local p = self.object:get_pos()
local n = minetest.find_node_near(p,1,jobsites)
if n and employ(self,n) then return true end