Increased again the pumpboom damages

This commit is contained in:
Ombridride 2015-10-08 17:37:38 +02:00
parent 733dec3def
commit 7168c3a4f1
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ minetest.register_abm({
minetest.register_abm({
nodenames = {"mobs:pumpboom_spawner"},
interval = 30.0,
chance = 6,
chance = 8,
action = function(pos, node, active_object_count, active_object_count_wider)
pos.y = pos.y + 1
minetest.add_entity(pos, "mobs:pumpboom")