]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
space glue 1984 (#16533)
authorcrazybrain23 <44417085+crazybrain23@users.noreply.github.com>
Wed, 17 May 2023 15:10:40 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Wed, 17 May 2023 15:10:40 +0000 (01:10 +1000)
Content.Server/StationEvents/Components/VentClogRuleComponent.cs

index eb016a5a831b2540189ea31bc3503dc43d3bec8b..ae2166dc174e726399e4f73b36c2ce3b421cf1d6 100644 (file)
@@ -46,7 +46,10 @@ public sealed class VentClogRuleComponent : Component
     /// Reagents that gets the weak numbers used instead of regular ones.
     /// </summary>
     [DataField("weakReagents", customTypeSerializer: typeof(PrototypeIdListSerializer<ReagentPrototype>))]
-    public IReadOnlyList<string> WeakReagents = new[] { "SpaceLube" };
+    public IReadOnlyList<string> WeakReagents = new[]
+    {
+        "SpaceLube", "SpaceGlue"
+    };
 
     /// <summary>
     /// Quantity of weak reagents to put in the foam.