[Entity] Hospital Gown for medical (#15405)

* Functional hospital gown

* Added gowns to medidrobe
This commit is contained in:
Floofi
2023-04-19 03:43:57 -04:00
committed by GitHub
parent d7c293d301
commit 0181b1e64d
7 changed files with 38 additions and 1 deletions

View File

@@ -17,4 +17,4 @@
ClothingHeadHatParamedicsoft: 2
ClothingHeadHelmetVoidParamed: 1
ClothingOuterHardsuitVoidParamed: 1
ClothingOuterHospitalGown: 5

View File

@@ -233,3 +233,14 @@
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
- type: entity
parent: ClothingOuterBase
id: ClothingOuterHospitalGown
name: Hospital Gown
description: Made from the wool of slaughtered baby lambs. The cruelty makes it softer.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Misc/hospitalgown.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Misc/hospitalgown.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}