master #5

Merged
epCode merged 255 commits from VoxeLibre/VoxeLibre:master into master 2021-02-02 23:20:01 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b616ce734f - Show all commits

View File

@ -1148,7 +1148,7 @@ local do_env_damage = function(self)
end
-- damage_per_second node check
elseif nodef.damage_per_second ~= 0 then
elseif nodef.damage_per_second ~= 0 and not nodef.groups.lava and not nodef.groups.fire then
self.health = self.health - nodef.damage_per_second