Mass hallucinations event (#17321)
* paracusia component auto comp state * it works * rule component config
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Content.Server.StationEvents.Events;
|
||||
|
||||
namespace Content.Server.StationEvents.Components;
|
||||
|
||||
/// <summary>
|
||||
/// This is used to keep track of hallucinated entities to remove effects when event ends
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(MassHallucinationsRule))]
|
||||
public sealed class MassHallucinationsComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user