Skip to content
Snippets Groups Projects
Commit 53fb0d01 authored by Milan's avatar Milan
Browse files

enable hedgehog when regulars are disabled

parent 0c7eb557
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment