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

5 lines
63 B
Plaintext

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