BodySystem stuff 2: overused boogaloo (#1174)

Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
GlassEclipse
2020-07-02 13:51:14 -05:00
committed by GitHub
parent 7d346ede28
commit 610ab8bf50
30 changed files with 1493 additions and 688 deletions

View File

@@ -452,7 +452,7 @@ namespace Content.Server.GameObjects.Components.Kitchen
var heads = bodyManagerComponent.GetBodyPartsOfType(BodyPartType.Head);
foreach (var head in heads)
{
var droppedHead = bodyManagerComponent.DisconnectBodyPart(head, true);
var droppedHead = bodyManagerComponent.DropBodyPart(head);
_storage.Insert(droppedHead);
headCount++;
}