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

5 lines
77 B
Plaintext

if (!other.invuln) {
with (other) {
emergency = DEATHBOMB_WINDOW;
}
}