mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Remove health display of mobs
This commit is contained in:
parent
38cda7566e
commit
e563a705c6
1 changed files with 0 additions and 2 deletions
|
@ -321,8 +321,6 @@ function check_for_death(self)
|
||||||
|
|
||||||
self.htimer = 2
|
self.htimer = 2
|
||||||
|
|
||||||
self.nametag = "health: " .. self.health .. " of " .. self.hp_max
|
|
||||||
|
|
||||||
update_tag(self)
|
update_tag(self)
|
||||||
|
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in a new issue