Skip to content
Snippets Groups Projects
Commit bed848f6 authored by PilzAdam's avatar PilzAdam
Browse files

Make fire hurt the player

parent 24939c29
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ minetest.register_node("fire:basic_flame", {
groups = {igniter=2,dig_immediate=3},
drop = '',
walkable = false,
damage_per_second = 4,
})
local fire = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment