Refactoring body system to use containers and general body cleanup (#20202)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -192,11 +192,6 @@ namespace Content.Server.Kitchen.EntitySystems
|
||||
|
||||
foreach (var part in headSlots)
|
||||
{
|
||||
if (!_bodySystem.OrphanPart(part.Id, part.Component))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
component.Storage.Insert(part.Id);
|
||||
headCount++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user