1 | if place_meeting(x, y, obj_heart_battle_fighting_parent) |
2 | { |
3 | obj_macro_frog_counter.frog_scale = 1.5 |
4 | obj_macro_frog_counter.frog_count-- |
5 | audio_play_sound(snd_heal, 1, 0) |
6 | instance_destroy() |
7 | } |
8 | image_angle += 10 |