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

4 lines
65 B
Plaintext

state();
if data.hp.val <= 0 {
c_deleteunit(pos.x, pos.y, id);
}