enable hedgehog when regulars are disabled

master
tchncs 2018-11-16 12:00:50 +01:00
parent 0c7eb55781
commit 53fb0d013c
1 changed files with 5 additions and 0 deletions

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