This commit is contained in:
Wuzzy
2016-11-10 16:27:59 +01:00
3 changed files with 49 additions and 4 deletions

View File

@ -61,7 +61,7 @@ local function hit(self)
}
self.object:set_properties(prop)
minetest.after(0.4, function()
prop = {textures = mummy_texture,}
local prop = {textures = mummy_texture,}
self.object:set_properties(prop)
end)
end