Make fire hurt the player
This commit is contained in:
parent
24939c299b
commit
bed848f68a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ minetest.register_node("fire:basic_flame", {
|
||||||
groups = {igniter=2,dig_immediate=3},
|
groups = {igniter=2,dig_immediate=3},
|
||||||
drop = '',
|
drop = '',
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
damage_per_second = 4,
|
||||||
})
|
})
|
||||||
|
|
||||||
local fire = {}
|
local fire = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue