touhou-pride-jam-2021/thpj3/objects/obj_bomber/Step_0.gml

9 lines
150 B
Plaintext
Raw Normal View History

2021-06-10 00:52:49 -07:00
if ( !obj_wriggle.bombing ) {
instance_destroy();
}
if ( instance_exists( obj_enemy_parent ) ) {
with( obj_enemy_parent ) {
hp -= 2;
}
}