fix missing self plumbing
This commit is contained in:
@ -941,7 +941,7 @@ spewy = frownie.new{
|
||||
generator=0.5,
|
||||
fire_off_x=4,
|
||||
fire_off_y = 7,
|
||||
act=function()
|
||||
act=function(self)
|
||||
local dx,dy,shoot_spec=frownie.act(self)
|
||||
return dx, dy, shoot_spec, true
|
||||
end
|
||||
|
Reference in New Issue
Block a user