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
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Content.Server.StationEvents.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class SentienceTargetComponent : Component
|
||||
{
|
||||
[DataField("flavorKind", required: true)]
|
||||
public string FlavorKind = default!;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Content.Server.StationEvents.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class VentCritterSpawnLocationComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user