1 | if (live_call()) |
2 | return global.live_result; |
3 | if (place_meeting(x, y, obj_heart_battle_fighting_parent)) |
4 | { |
5 | obj_macro_frog_counter.frog_scale = 1.5; |
6 | obj_macro_frog_counter.frog_count--; |
7 | audio_play_sound(snd_heal, 1, 0); |
8 | instance_destroy(); |
9 | } |