forked from VoxeLibre/VoxeLibre
Remove health display of mobs
This commit is contained in:
parent
38cda7566e
commit
e563a705c6
|
@ -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 New Issue