* EI NATH

* fix gibs

* figs
This commit is contained in:
Kara
2022-06-23 05:19:32 -07:00
committed by GitHub
parent d684c67ee3
commit a63f698544
9 changed files with 84 additions and 3 deletions

View File

@@ -397,7 +397,7 @@ namespace Content.Shared.Body.Components
RemovePart(part);
if (gibParts)
part.Gib();
gibs.UnionWith(part.Gib());
}
return gibs;