Hackable intercoms (#23984)
* Enable wire interface for intercom * Implement BlockListening component and system * Implement ListenWireAction * Added cooldown/overload to mic wire pulse * Properly persist voicemask settings when user already has one. * Addressed requested changes * Added wire panel open/closed visuals
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Speech;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum ListenWireActionKey : byte
|
||||
{
|
||||
StatusKey,
|
||||
TimeoutKey,
|
||||
}
|
||||
Reference in New Issue
Block a user