sunflowers-in-the-rain/objects/obj_enemy_parent/Collision_obj_marisa_shot.gml

7 lines
67 B
Plaintext
Raw Normal View History

with (other) {
instance_destroy();
}
2022-06-30 22:16:34 -07:00
hp -= SHOT_NORMAL_DAMAGE;