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

Замена изолированных перчаток на обычные в лодауте пассажира. #2783

Closed
Closed
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
17 changes: 16 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Hands/colored.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,23 @@
- type: Fiber
fiberColor: fibers-black

# Insulated Gloves (Yellow Gloves)
# Yellow Gloves (Insulated Gloves)
# Currently can not be greyscaled without looking like shit.

- type: entity
parent: ClothingHandsGlovesSyntheticBase
id: ClothingHandsGlovesColorYellowVanity
name: yellow gloves
description: Made to order specifically for members of a certain group of passengers.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/Color/yellow.rsi
- type: Item
- type: Clothing
sprite: Clothing/Hands/Gloves/Color/yellow.rsi
- type: Fiber
fiberColor: fibers-yellow

- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesColorYellow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
- !type:GroupLoadoutEffect
proto: GreyTider
equipment:
gloves: ClothingHandsGlovesFingerlessInsulated
gloves: ClothingHandsGlovesColorYellowVanity

# Outerclothing
- type: loadout
Expand Down
Loading