From: coolmankid12345 <55817627+coolmankid12345@users.noreply.github.com> Date: Mon, 25 Sep 2023 03:15:14 +0000 (-0400) Subject: fix metamorphic glasses (#20487) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2616cb69e8df119c8d780ca235ca89edf5307f5e;p=space-station-14.git fix metamorphic glasses (#20487) Co-authored-by: coolmankid12345 --- diff --git a/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs index 3ab07cc49b..7ca92fab4e 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs @@ -219,7 +219,7 @@ public sealed partial class SolutionContainerSystem : EntitySystem if (solution.GetPrimaryReagentId() is { } reagent) { - _appearance.SetData(uid, SolutionContainerVisuals.BaseOverride, reagent, appearanceComponent); + _appearance.SetData(uid, SolutionContainerVisuals.BaseOverride, reagent.ToString(), appearanceComponent); } else {