Increase damage of spikes to 7 HP/sec to justify its cost (#503)
This commit is contained in:
parent
30ff0b9eb2
commit
2e3a487ef5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue