fix missing self plumbing

This commit is contained in:
Kistaro Windrider 2023-12-20 18:16:55 -08:00
parent 9aac99ef30
commit cdf517c51c
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -941,7 +941,7 @@ spewy = frownie.new{
generator=0.5, generator=0.5,
fire_off_x=4, fire_off_x=4,
fire_off_y = 7, fire_off_y = 7,
act=function() act=function(self)
local dx,dy,shoot_spec=frownie.act(self) local dx,dy,shoot_spec=frownie.act(self)
return dx, dy, shoot_spec, true return dx, dy, shoot_spec, true
end end