Re-label to 'sneeker'

This commit is contained in:
AntumDeluge
2017-05-27 19:54:26 -07:00
committed by Jordan Irwin
parent 40f0c24552
commit 517c7afd06
14 changed files with 46 additions and 46 deletions

View File

@@ -131,7 +131,7 @@ local function add_effects(pos, radius)
maxexptime = 3,
minsize = 8,
maxsize = 16,
texture = "sneaker_smoke.png",
texture = "sneeker_smoke.png",
})
end
@@ -187,12 +187,12 @@ local function explode(pos, radius)
return drops
end
function sneaker.boom(pos,large)
function sneeker.boom(pos,large)
local radius = radius
if large then
radius = large_radius
end
minetest.sound_play("sneaker_explode", {pos=pos, gain=1.5, max_hear_distance=2*64})
minetest.sound_play("sneeker_explode", {pos=pos, gain=1.5, max_hear_distance=2*64})
minetest.set_node(pos, {name="tnt:boom"})
minetest.get_node_timer(pos):start(0.5)
local drops = explode(pos, radius)