Adds an alternate jumpsuit for botany (#4419)

* Adds an alternate botanists jumpsuit

* Updated license information
This commit is contained in:
Swept
2021-08-05 03:18:05 -07:00
committed by GitHub
parent 5d60af2656
commit 532c9a6431
13 changed files with 79 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretEngineering
name: engineering beret
name: engineering beret
description: A beret with the engineering insignia emblazoned on it. For engineers that are more inclined towards style than safety.
components:
- type: Sprite
@@ -360,3 +360,14 @@
sprite: Clothing/Head/Hats/xmascrown.rsi
- type: Clothing
sprite: Clothing/Head/Hats/xmascrown.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatTrucker
name: truckers hat
description: Formerly Chucks, this hat is yours now.
components:
- type: Sprite
sprite: Clothing/Head/Hats/truckershat.rsi
- type: Clothing
sprite: Clothing/Head/Hats/truckershat.rsi

View File

@@ -571,3 +571,14 @@
sprite: Clothing/Uniforms/Jumpsuit/rainbow.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/rainbow.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformOveralls
name: overalls
description: Great for working outdoors.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/overalls.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/overalls.rsi