mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-12 11:37:31 +01:00
Mobs: Reset texture mods on activation
This commit is contained in:
parent
e569885fab
commit
87ac0c952c
@ -2874,6 +2874,12 @@ local mob_activate = function(self, staticdata, def, dtime)
|
||||
self.opinion_sound_cooloff = 0 -- used to prevent sound spam of particular sound types
|
||||
|
||||
self.texture_mods = {}
|
||||
self.object:set_texture_mod("")
|
||||
|
||||
self.v_start = false
|
||||
self.timer = 0
|
||||
self.blinktimer = 0
|
||||
self.blinkstatus = false
|
||||
|
||||
-- check existing nametag
|
||||
if not self.nametag then
|
||||
|
Loading…
Reference in New Issue
Block a user