New mob damage particle

This commit is contained in:
Wuzzy 2019-09-24 01:19:21 +02:00
parent 9ad69f067f
commit 66a423e8a2
2 changed files with 2 additions and 2 deletions

View File

@ -532,7 +532,7 @@ function mobs:register_mob(name, def)
if enable_blood then
effect(pos, self.blood_amount, self.blood_texture)
else
effect(pos, self.blood_amount, "default_grass_clump_tall.png")
effect(pos, self.blood_amount, "mobs_damage.png")
end
if check_for_death(self) then return end
end
@ -1368,7 +1368,7 @@ function mobs:register_mob(name, def)
if enable_blood then
effect(pos, self.blood_amount, self.blood_texture)
else
effect(pos, self.blood_amount, "default_grass_clump_tall.png")
effect(pos, self.blood_amount, "mobs_damage.png")
end
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB