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

5 lines
77 B
Plaintext
Raw Normal View History

if (!other.invuln) {
with (other) {
2021-06-11 04:39:22 -07:00
emergency = DEATHBOMB_WINDOW;
}
}