fix wrong bones drop management

This commit is contained in:
Герхард PICCORO Lenz McKAY 2022-01-24 18:05:08 -04:00
parent 6f540cdb76
commit dab8436407

View File

@ -4,7 +4,7 @@ local dropsf = {}
-- detect common minetest famous mobs
if minetest.get_modpath("bones") then
table.insert(dropsf, "bones:bones")
dropsf = {name = "bones:bones", chance = 5, min = 3, max = 6}
end
mobs:register_mob("mobs_doomed:skeleton", {