]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix metamorphic glasses (#20487)
authorcoolmankid12345 <55817627+coolmankid12345@users.noreply.github.com>
Mon, 25 Sep 2023 03:15:14 +0000 (23:15 -0400)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 03:15:14 +0000 (23:15 -0400)
Co-authored-by: coolmankid12345 <coolmankid12345@users.noreply.github.com>
Content.Server/Chemistry/EntitySystems/SolutionContainerSystem.cs

index 3ab07cc49b17a23cd41ebe6bcff28446ddead9c8..7ca92fab4e91744d368dc33829d9609c6e779015 100644 (file)
@@ -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
         {