This commit is contained in:
BriBrooo 2026-08-14 01:46:10 +00:00 committed by GitHub
commit 58dba9c80f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,4 @@
- type: entity
parent: [ AirSensorFreezerBase, AirSensorGray ]
id: AirSensorGrayFreezer
suffix: Freezer Atmosphere, gray

View File

@ -1,8 +1,34 @@
- type: entity
parent: [ AirSensor ]
id: AirSensorGray
suffix: gray
components:
- type: Sprite
drawdepth: FloorObjects
sprite: _DV/Structures/Specific/Atmospherics/sensor.rsi
- type: entity
parent: [ AirSensorAssembly ]
id: AirSensorGrayAssembly
suffix: gray
components:
- type: Sprite
drawdepth: FloorObjects
sprite: _DV/Structures/Specific/Atmospherics/sensor.rsi
layers:
- state: gsensor0
# put this in a burn chamber or something you don't want to have show up as dangerous
- type: entity
parent: [ AirSensor, BaseUnsetSensor ]
id: AirSensorUnset
- type: entity
parent: [ AirSensorGray, BaseUnsetSensor ]
id: AirSensorGrayUnset
suffix: Unset, gray
- type: entity
abstract: true
id: BaseUnsetSensor

View File

@ -0,0 +1,4 @@
- type: entity
parent: [ AirSensorVoxBase, AirSensorGray]
id: AirSensorGrayVox
suffix: Vox Atmosphere, gray

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

View File

@ -0,0 +1,17 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from /tg/station on commit https://github.com/tgstation/tgstation/commit/1dd5021b2c5b64e954935bdf77bc973c34016a04 | Retextured by BriBrooo for Delta-V",
"states": [
{
"name": "gsensor0"
},
{
"name": "gsensor1"
}
]
}