Change a bit of TNT
This commit is contained in:
@@ -89,7 +89,7 @@ PyuTest.make_node("pyutest_blocks:tnt", "TNT", {
|
||||
if minetest.get_node(pos).name ~= "pyutest_blocks:tnt" then
|
||||
return
|
||||
end
|
||||
PyuTest.create_explosion(pos, 3, true, 7, clicker, true)
|
||||
PyuTest.create_explosion(pos, 3, true, 12)
|
||||
end)
|
||||
end,
|
||||
|
||||
@@ -98,7 +98,7 @@ PyuTest.make_node("pyutest_blocks:tnt", "TNT", {
|
||||
if minetest.get_node(pos).name ~= "pyutest_blocks:tnt" then
|
||||
return
|
||||
end
|
||||
PyuTest.create_explosion(pos, 3, true, 7)
|
||||
PyuTest.create_explosion(pos, 3, true, 12)
|
||||
end)
|
||||
end,
|
||||
})
|
||||
|
Reference in New Issue
Block a user