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

Personal Protective Equipment - The Polished Version #854

Merged
merged 20 commits into from
Mar 8, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Added chemist's tie
Bribrooo committed Feb 6, 2024
commit 35b401ac44d88471fb11c8abf40bd45e3ff3d69e
11 changes: 11 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Clothing/Neck/ties.yml
Original file line number Diff line number Diff line change
@@ -52,3 +52,14 @@
sprite: DeltaV/Clothing/Neck/Ties/greentie.rsi
- type: Clothing
sprite: DeltaV/Clothing/Neck/Ties/greentie.rsi

- type: entity #Delta-V chemist's tie
parent: ClothingNeckBase
id: ClothingNeckTieChem
name: chemistry tie
description: An safety-orange tie.
components:
- type: Sprite
sprite: DeltaV/Clothing/Neck/Ties/chemtie.rsi
- type: Clothing
sprite: DeltaV/Clothing/Neck/Ties/chemtie.rsi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14 | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "equipped-NECK-hamster",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}