thsj2022/objects/obj_enemy_parent/Collision_obj_marisa_shot.gml

7 lines
67 B
Plaintext
Raw Normal View History

2022-08-22 23:53:47 -07:00
with (other) {
instance_destroy();
}
hp -= SHOT_NORMAL_DAMAGE;