make skeleton still available when regulars is disabled

This commit is contained in:
Milan 2019-01-16 17:49:06 +01:00
parent 70c0d1ef9f
commit 783c59589e

View File

@ -85,6 +85,7 @@ end
-- illuna custom enablings
if not dmobs.regulars then
loadmob("skeleton")
dofile(minetest.get_modpath("dmobs").."/mobs/hedgehog.lua")
end