space glue 1984 (#16533)

This commit is contained in:
crazybrain23
2023-05-17 16:10:40 +01:00
committed by GitHub
parent 7425c6db0c
commit 419ef47faa

View File

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