Skip to content

Commit

Permalink
Fixed issue frogatto#404
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 22, 2021
1 parent c901138 commit 0cb546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/objects/enemies/plants/super_shooting_plant.cfg
Expand Up @@ -25,7 +25,7 @@ on_end_chargeup_anim: "if(anim_repeat > chargeup_repeat,
on_end_shoot_anim: "animation('normal')",

on_shoot: "[
spawn('super_shooting_plant.pollen_ball_huge', mid_x, mid_y + if(not upside_down, 0, 40), {facing: facing, velocity_y: 500*upside_down-500, upside_down: upside_down}),
spawn('super_shooting_plant.pollen_ball_huge', mid_x, if(down = 1, mid_y - 40, mid_y + 40), {facing: facing, velocity_y: 500*upside_down-500, upside_down: upside_down}),
sound('pollen-shot.wav'),
]",

Expand Down

0 comments on commit 0cb546c

Please sign in to comment.