diff --git a/Content.Client/GameObjects/Components/Chemistry/ReagentDispenserWindow.cs b/Content.Client/GameObjects/Components/Chemistry/ReagentDispenserWindow.cs index e276c1b929..60e044d64d 100644 --- a/Content.Client/GameObjects/Components/Chemistry/ReagentDispenserWindow.cs +++ b/Content.Client/GameObjects/Components/Chemistry/ReagentDispenserWindow.cs @@ -237,7 +237,7 @@ namespace Content.Client.GameObjects.Components.Chemistry } //Check if the reagent is being moused over. If so, color it green. - if (proto.ID == highlightedReagentId) + if (proto != null && proto.ID == highlightedReagentId) { ContainerInfo.Children.Add(new HBoxContainer {