Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Valet Gear In Vending #657

Merged
merged 1 commit into from
Dec 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Resources/Prototypes/_NF/Entities/Clothing/Uniforms/jumpskirts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
sprite: _NF/Clothing/Uniforms/Jumpskirt/arcadia-jumpskirt.rsi
- type: Clothing
sprite: _NF/Clothing/Uniforms/Jumpskirt/arcadia-jumpskirt.rsi

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtValet
name: valet's uniform
description: A nice and tidy uniform.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/bartender.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/bartender.rsi
11 changes: 11 additions & 0 deletions Resources/Prototypes/_NF/Entities/Clothing/Uniforms/jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@
sprite: _NF/Clothing/Uniforms/Jumpsuit/arcadia-jumpsuit.rsi
- type: Clothing
sprite: _NF/Clothing/Uniforms/Jumpsuit/arcadia-jumpsuit.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitValet
name: valet's uniform
description: A nice and tidy uniform.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/bartender.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/bartender.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@
ClothingHeadMailCarrier: 2
MailBag: 2
ClothingHeadsetCargo: 2
ClothingUniformJumpsuitValet: 2
ClothingUniformJumpskirtValet: 2
ClothingOuterWinterCoatMail: 2
ClothingHeadHatBellhop: 2
ClothingOuterVestValet: 2
ClothingHandsGlovesColorWhite: 2
ClothingShoesColorBlack: 2
4 changes: 2 additions & 2 deletions Resources/Prototypes/_Nyano/Roles/Jobs/Civilian/valet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
id: ValetGear
equipment:
head: ClothingHeadHatBellhop
jumpsuit: ClothingUniformJumpsuitBartender
jumpsuit: ClothingUniformJumpsuitValet
outerClothing: ClothingOuterVestValet
gloves: ClothingHandsGlovesColorWhite
back: ClothingBackpackFilled
shoes: ClothingShoesColorBlack
id: ValetPDA
ears: ClothingHeadsetService
innerClothingSkirt: ClothingUniformJumpskirtBartender
innerClothingSkirt: ClothingUniformJumpskirtValet
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled
Loading