Add voice locks to various hidden syndicate items (#39310)
This commit is contained in:
10
Content.Shared/SecretLocks/VoiceTriggerLockComponent.cs
Normal file
10
Content.Shared/SecretLocks/VoiceTriggerLockComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.SecretLocks;
|
||||
|
||||
/// <summary>
|
||||
/// "Locks" items (Doesn't actually lock them but just switches various settings) so its not possible to tell
|
||||
/// the item is triggered by a voice activation.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class VoiceTriggerLockComponent : Component;
|
||||
Reference in New Issue
Block a user