Increase damage of spikes to 7 HP/sec to justify its cost (#503)

This commit is contained in:
MinetestSam 2019-11-13 19:30:49 +05:30 committed by ANAND
parent 30ff0b9eb2
commit 2e3a487ef5

View file

@ -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",