4 lines
65 B
Plaintext
Raw Normal View History

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