mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +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.nametag = "health: " .. self.health .. " of " .. self.hp_max
|
||||
|
||||
update_tag(self)
|
||||
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue