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

6 lines
99 B
Plaintext
Raw 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-20 18:53:31 +00:00
}
//depth = x;