6 lines
99 B
Plaintext
Raw Normal View History

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