make skeleton still available when regulars is disabled

master
Milan 2019-01-16 17:49:06 +01:00
parent 70c0d1ef9f
commit 783c59589e
1 changed files with 1 additions and 0 deletions

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