enable hedgehog when regulars are disabled

This commit is contained in:
tchncs 2018-11-16 12:00:50 +01:00
parent 0c7eb55781
commit 53fb0d013c

View File

@ -83,6 +83,11 @@ if dmobs.regulars then
end
end
-- illuna custom enablings
if not dmobs.regulars then
dofile(minetest.get_modpath("dmobs").."/mobs/hedgehog.lua")
end
-- dragons!!
if not dmobs.dragons then