Gamerule Entities (#15513)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Content.Server.StationEvents.Events;
|
||||
|
||||
namespace Content.Server.StationEvents.Components;
|
||||
|
||||
[RegisterComponent, Access(typeof(VentClogRule))]
|
||||
public sealed class VentClogRuleComponent : Component
|
||||
{
|
||||
[DataField("safeishVentChemicals")]
|
||||
public readonly IReadOnlyList<string> SafeishVentChemicals = new[]
|
||||
{
|
||||
"Water", "Blood", "Slime", "SpaceDrugs", "SpaceCleaner", "Nutriment", "Sugar", "SpaceLube", "Ephedrine", "Ale", "Beer"
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user