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

4 lines
65 B
Plaintext
Raw Normal View History

2022-08-15 04:06:41 +00:00
state();
if data.hp.val <= 0 {
c_deleteunit(pos.x, pos.y, id);
}