touhou-pride-jam-2021/thpj3/objects/obj_enemy_parent/Collision_obj_wriggle.gml

6 lines
128 B
Plaintext

if (!other.invuln) {
with (other) {
emergency = DEATHBOMB_WINDOW;
}
audio_play_sound(snd_player_pchuuun, 20, false);
}