UnitType death handling

This commit is contained in:
Anuken
2022-06-18 16:07:04 -04:00
parent c5fdd34eb7
commit 031af7c432
3 changed files with 4 additions and 1 deletions

View File

@@ -609,6 +609,8 @@ abstract class UnitComp implements Healthc, Physicsc, Hitboxc, Statusc, Teamc, I
a.death(self());
}
type.killed(self());
remove();
}