fix missing self plumbing
This commit is contained in:
parent
9aac99ef30
commit
cdf517c51c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user