[clams] Fix deprecated use of setsprite to set_sprite

此提交包含在:
2021-03-15 22:15:16 +01:00
父節點 49263a7eee
當前提交 f7b367534a

查看文件

@@ -95,7 +95,7 @@ minetest.register_entity("clams:whiteshell", {
if self.phase >= 3 then
self.phase = 0
end
self.object:setsprite({x=0, y=self.phase})
self.object:set_sprite({x=0, y=self.phase})
local phasearmor = {
[0]={fleshy=0},
[1]={fleshy=30},