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 0 additions and 6 deletions
Showing only changes of commit c2521885ff - Show all commits

View File

@ -196,12 +196,6 @@ function mcl_burning.extinguish(obj)
obj:hud_remove(hud_id)
end
minetest.sound_play("fire_extinguish_flame", {
object = obj,
gain = 0.18,
max_hear_distance = 32,
})
mcl_burning.set(obj, "float", "damage")
mcl_burning.set(obj, "string", "reason")
mcl_burning.set(obj, "float", "burn_time")