mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
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
Reference in a new issue