Adjust VentClog Reagents (#12776)

This commit is contained in:
Pancake
2022-11-27 02:27:02 -08:00
committed by GitHub
parent 8467d2373c
commit 477a728caa

View File

@@ -16,8 +16,7 @@ public sealed class VentClog : StationEventSystem
public readonly IReadOnlyList<string> SafeishVentChemicals = new[]
{
"Water", "Iron", "Oxygen", "Tritium", "Plasma", "SulfuricAcid", "Blood", "SpaceDrugs", "SpaceCleaner", "Flour",
"Nutriment", "Sugar", "SpaceLube", "Ethanol", "Mercury", "Ephedrine", "WeldingFuel", "VentCrud"
"Water", "Blood", "Slime", "Acetone", "SpaceDrugs", "SpaceCleaner", "Nutriment", "Sugar", "SpaceLube", "Ethanol", "Ephedrine", "WeldingFuel", "VentCrud", "Ale", "Beer"
};
public override void Started()