diff --git a/mods/ctf/ctf_traps/init.lua b/mods/ctf/ctf_traps/init.lua index b5c7e65..af09333 100644 --- a/mods/ctf/ctf_traps/init.lua +++ b/mods/ctf/ctf_traps/init.lua @@ -30,7 +30,7 @@ minetest.register_node("ctf_traps:spike", { paramtype = "light", sunlight_propagates = true, walkable = false, - damage_per_second = 5, + damage_per_second = 7, groups = {cracky=1, level=2}, selection_box = { type = "fixed",