Improve/fix senior physician beret (#22051)

* add

* fix error

* Revert "fix error"

This reverts commit 19580047c0e2f4b3daed7a4e8324fc5c240c81f1.

* readd

* change name

* typo
This commit is contained in:
Ubaser
2023-12-01 19:34:07 +11:00
committed by GitHub
parent bc7e2a4504
commit a78137c1ae
7 changed files with 38 additions and 1 deletions

View File

@@ -111,6 +111,17 @@
- type: Clothing
sprite: Clothing/Head/Hats/beret_warden.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretSeniorPhysician
name: physician beret
description: Donning the colours of medical and chemistry, physicians are the pride of this department!
components:
- type: Sprite
sprite: Clothing/Head/Hats/beret_physician.rsi
- type: Clothing
sprite: Clothing/Head/Hats/beret_physician.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretBrigmedic

View File

@@ -24,7 +24,7 @@
- type: startingGear
id: SeniorPhysicianGear
equipment:
head: ClothingHeadHatBeretBrigmedic
head: ClothingHeadHatBeretSeniorPhysician
jumpsuit: ClothingUniformJumpsuitSeniorPhysician
back: ClothingBackpackMedicalFilled
shoes: ClothingShoesColorBlack

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by Hülle#2562 (Discord), redrawn by Ubaser",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}