ECS and cleanup body system, merge body templates and presets into body prototypes (#11991)
Co-authored-by: Jezithyr <Jezithyr@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Content.Server.Body.Components
|
||||
/// <summary>
|
||||
/// Copy BodyTemplate and BodyPart data into a common data class that the client can read.
|
||||
/// </summary>
|
||||
private BodyScannerUIState InterfaceState(SharedBodyComponent body)
|
||||
private BodyScannerUIState InterfaceState(BodyComponent body)
|
||||
{
|
||||
return new(body.Owner);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user