mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
never show nitwit trading formspec
This commit is contained in:
parent
e03801d45d
commit
54337e9854
@ -1295,7 +1295,7 @@ mcl_mobs:register_mob("mobs_mc:villager", {
|
||||
--minetest.log("arrived at jobsite")
|
||||
end)
|
||||
end
|
||||
if self.child or self._profession == "unemployed" then
|
||||
if self.child or self._profession == "unemployed" or self._profession == "nitwit" then
|
||||
return
|
||||
end
|
||||
-- Initiate trading
|
||||
|
Loading…
Reference in New Issue
Block a user