diff --git a/Content.Shared/Chemistry/Solution.cs b/Content.Shared/Chemistry/Solution.cs index 96b802696b..7fb2315c1e 100644 --- a/Content.Shared/Chemistry/Solution.cs +++ b/Content.Shared/Chemistry/Solution.cs @@ -321,7 +321,7 @@ namespace Content.Shared.Chemistry { var proto = IoCManager.Resolve(); - foreach (var (reagentId, quantity) in _contents) + foreach (var (reagentId, quantity) in _contents.ToArray()) { if (!proto.TryIndex(reagentId, out ReagentPrototype reagent)) continue;