Make dungeon blocks diggable.

This commit is contained in:
Duane 2016-08-02 22:49:49 -05:00
parent 8817fd38d6
commit 0405fb8448
3 changed files with 10 additions and 25 deletions

View file

@ -412,7 +412,7 @@ minetest.register_abm({
if not mob then
return
end
print('spawning '..name)
--print('spawning '..name)
if mob.hp_max and mob.object and mob.health and mob.damage then
local factor = 1 + (math.max(math.abs(pos.x), math.abs(pos.y), math.abs(pos.z)) / 6200)