if (hp < 0) {
obj_mola.kills++;
if (self != obj_bullet) {
audio_play_sound(snd_explode, 1, false);
}
instance_destroy();