Remove insane murder chems from ventclog event (#15214)
This commit is contained in:
@@ -17,7 +17,7 @@ public sealed class VentClog : StationEventSystem
|
|||||||
|
|
||||||
public readonly IReadOnlyList<string> SafeishVentChemicals = new[]
|
public readonly IReadOnlyList<string> SafeishVentChemicals = new[]
|
||||||
{
|
{
|
||||||
"Water", "Blood", "Slime", "Acetone", "SpaceDrugs", "SpaceCleaner", "Nutriment", "Sugar", "SpaceLube", "Ethanol", "Ephedrine", "WeldingFuel", "VentCrud", "Ale", "Beer"
|
"Water", "Blood", "Slime", "SpaceDrugs", "SpaceCleaner", "Nutriment", "Sugar", "SpaceLube", "Ephedrine", "Ale", "Beer"
|
||||||
};
|
};
|
||||||
|
|
||||||
public override void Started()
|
public override void Started()
|
||||||
|
|||||||
Reference in New Issue
Block a user