forked from mtcontrib/minetest-mod-sea
fixed assignment to undeclared global 'phasearmor'
This commit is contained in:
parent
a202365814
commit
0314d4404b
@ -93,7 +93,7 @@ minetest.register_entity("clams:whiteshell", {
|
||||
self.phase = 0
|
||||
end
|
||||
self.object:setsprite({x=0, y=self.phase})
|
||||
phasearmor = {
|
||||
local phasearmor = {
|
||||
[0]={fleshy=0},
|
||||
[1]={fleshy=30},
|
||||
[2]={fleshy=70}
|
||||
|
Loading…
Reference in New Issue
Block a user