Remove health display of mobs

This commit is contained in:
Wuzzy 2017-01-17 01:19:03 +01:00
parent 38cda7566e
commit e563a705c6
1 changed files with 0 additions and 2 deletions

View File

@ -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