eastern-flames/eastern flames/objects/o_unit/Step_0.gml

7 lines
118 B
Plaintext
Raw Permalink Normal View History

2022-08-15 04:06:41 +00:00
state();
if data.hp.val <= 0 {
2022-08-20 18:53:31 +00:00
c_deselectunit(id);
c_deleteunit(pos.x, pos.y, id);
2022-08-23 10:09:17 +00:00
se_play(se_kill);
2022-08-20 18:53:31 +00:00
}
//depth = x;