Add space glue (#16355)

This commit is contained in:
Slava0135
2023-05-14 18:35:10 +03:00
committed by GitHub
parent 42587a83c5
commit 0a9bb5024f
5 changed files with 46 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ public sealed class VentClogRuleComponent : Component
[DataField("safeishVentChemicals", customTypeSerializer: typeof(PrototypeIdListSerializer<ReagentPrototype>))]
public readonly IReadOnlyList<string> SafeishVentChemicals = new[]
{
"Water", "Blood", "Slime", "SpaceDrugs", "SpaceCleaner", "Nutriment", "Sugar", "SpaceLube", "Ephedrine", "Ale", "Beer"
"Water", "Blood", "Slime", "SpaceDrugs", "SpaceCleaner", "Nutriment", "Sugar", "SpaceLube", "Ephedrine", "Ale", "Beer", "SpaceGlue"
};
/// <summary>