Files
Tayrtahn 2d6d2aba0b 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
2024-01-14 16:37:28 +11:00

36 lines
741 B
JSON

{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from /tg/station at https://github.com/tgstation/tgstation/commit/6bfe3b2e4fcbcdac9159dc4f0327a82ddf05ba7bi",
"states": [
{
"name": "base",
"directions": 4
},
{
"name": "broadcasting",
"directions": 4
},
{
"name": "build",
"directions": 4
},
{
"name": "speaker",
"directions": 4
},
{
"name": "unshaded",
"directions": 4
},
{
"name": "panel",
"directions": 4
}
]
}