1 | if (global.battle_enemy_name == "energy balls minifight") |
2 | { |
3 | instance_destroy() |
4 | return; |
5 | } |
6 | fade_out = false |
7 | image_xscale = 2 |
8 | image_yscale = 2 |
9 | image_speed = 0.5 |
10 | if (!audio_is_playing(snd_ceroba_trap)) |
11 | audio_play_sound(snd_ceroba_trap, 1, 0) |
12 | image_blend = c_yellow |