Mass hallucinations event (#17321)

* paracusia component auto comp state

* it works

* rule component config
This commit is contained in:
Slava0135
2023-06-15 09:45:50 +03:00
committed by GitHub
parent d0195fe2b5
commit 34bdb773f9
7 changed files with 130 additions and 47 deletions

View File

@@ -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
{
}