Make MMIs work again (#20844)
This commit is contained in:
@@ -55,7 +55,7 @@ public partial class SharedBodySystem
|
||||
private void OnBodyRemoved(EntityUid uid, BodyComponent component, EntRemovedFromContainerMessage args)
|
||||
{
|
||||
// TODO: lifestage shenanigans
|
||||
if (LifeStage(uid) >= EntityLifeStage.Terminating)
|
||||
if (TerminatingOrDeleted(uid))
|
||||
return;
|
||||
|
||||
// Root body part?
|
||||
|
||||
Reference in New Issue
Block a user