[Entity] SWAT gas mask for HoS (#15539)

* SWAT gas mask for HoS

Adds a SWAT gas mask. Replaces the standard Security gas mask in the HoC box with an elite one.

* fix

* commit

* commit2

* commit3
This commit is contained in:
Nim
2023-04-20 05:50:15 +03:00
committed by GitHub
parent 675e528b6f
commit c0be4fcc82
7 changed files with 38 additions and 1 deletions

View File

@@ -192,7 +192,7 @@
- id: ClothingUniformJumpskirtHoSParadeMale
prob: 0.1
- id: ClothingOuterHardsuitSecurityRed
- id: ClothingMaskGasSecurity
- id: ClothingMaskGasSwat
- id: ClothingShoeSlippersDuck
prob: 0.2
- id: DrinkVacuumFlask

View File

@@ -244,3 +244,14 @@
- type: Unremoveable
- type: AddAccentClothing
accent: StutteringAccent
- type: entity
parent: ClothingMaskGasExplorer
id: ClothingMaskGasSwat
name: swat gas mask
description: A elite issue Security gas mask.
components:
- type: Sprite
sprite: Clothing/Mask/swat.rsi
- type: Clothing
sprite: Clothing/Mask/swat.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/RemieRichards/-tg-station/blob/f8c05e21694cd3cb703e40edc5cfc375017944b1/icons/obj/clothing/masks.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}