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:
@@ -35,7 +35,7 @@ namespace Content.Server.Administration.Commands
|
||||
|
||||
var bodySystem = _entManager.System<BodySystem>();
|
||||
|
||||
if (bodySystem.AddOrganToFirstValidSlot(organId, partId))
|
||||
if (bodySystem.AddOrganToFirstValidSlot(partId.Value, organId.Value))
|
||||
{
|
||||
shell.WriteLine($@"Added {organId} to {partId}.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user