thsj2022/objects/obj_enemy_parent/Collision_obj_marisa_shot.gml

7 lines
67 B
Plaintext

with (other) {
instance_destroy();
}
hp -= SHOT_NORMAL_DAMAGE;