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

mail carrier hood. AAAAAAAAAAAAH!! #2113

Merged
Merged
Show file tree
Hide file tree
Changes from 8 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#Be sure to link back to the appropriate winter coats here (mostly in the nyanotrasen folder.) If this is a non-winter coat hood, then do whatever.

- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterMailCarrier
categories: [ HideSpawnMenu ]
name: mail carrier's winter coat hood
description: A hood for keeping the humble mailman's head warm while making all those deliveries.
components:
- type: Sprite
sprite: DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi
- type: Clothing
sprite: DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
name: mail carrier's winter coat
description: It'll keep away the cold but not the dogs.
components:
- type: ToggleableClothing #DeltaV - fixing the fact that it has no hood
clothingPrototype: ClothingHeadHatHoodWinterMailCarrier
- type: Sprite
sprite: Nyanotrasen/Clothing/OuterClothing/WinterCoats/mail_winter_coat.rsi
- type: Clothing
Expand Down
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,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "By Monotheonist for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}
Loading