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 758a3470f3 - Show all commits

View File

@ -122,7 +122,7 @@ function mcl_burning.damage(obj, meta, is_player)
meta, is_player = mcl_burning.analyse(obj, meta, is_player)
local do_damage = true
if is_player then
if mcl_potions.player_has_effect(obj, "fire_resistance") then
if mcl_potions.player_has_effect(obj, "fire_proof") then
do_damage = false
else
local name = obj:get_player_name()