diff --git a/Content.Server/Body/Systems/MetabolizerSystem.cs b/Content.Server/Body/Systems/MetabolizerSystem.cs index 53b4bede29..a438a4a549 100644 --- a/Content.Server/Body/Systems/MetabolizerSystem.cs +++ b/Content.Server/Body/Systems/MetabolizerSystem.cs @@ -115,7 +115,7 @@ namespace Content.Server.Body.Systems solutionEntityUid = uid; } - if (solutionEntityUid == null || solution == null) + if (solutionEntityUid == null || solution == null || solution.Contents.Count == 0) return; // randomize the reagent list so we don't have any weird quirks