diff --git a/updatedshmup.p8 b/updatedshmup.p8 index 3e62746..7ac3434 100644 --- a/updatedshmup.p8 +++ b/updatedshmup.p8 @@ -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