Files
tbd-station-14/Content.Server/StationEvents/Components/SentienceTargetComponent.cs
Moony 0898c8a837 More events (#6894)
* Implements bureaucratic error and random sentience.

* Adds the Vent Critters event.

* bug moment

* forgot ignores.

* undo something i included in the PR by mistake.

* address review
2022-02-25 23:10:09 -06:00

9 lines
223 B
C#

namespace Content.Server.StationEvents.Components;
[RegisterComponent]
public sealed class SentienceTargetComponent : Component
{
[DataField("flavorKind", required: true)]
public string FlavorKind = default!;
}