Skip to content

Commit

Permalink
mail carrier hood. AAAAAAAAAAAAH!! (#2113)
Browse files Browse the repository at this point in the history
* Sprite the actual hood, tell me what I'm missing.

* Does the yaml thing, because me two weeks ago was a tired

* moving the comment

* Build and test will you ever be satisfied?

* THE LINTER

* Mono breaks robusttoolbox with his shitcode

* Revert "Mono breaks robusttoolbox with his shitcode"

This reverts commit 392b3ee.

* Revert "THE LINTER"

This reverts commit 3331e4d.

* Okay let's try this again

* Mono, you press Tab too much.
  • Loading branch information
Monotheonist authored Dec 6, 2024
1 parent 60f3949 commit 868297b
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml
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,18 @@
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: ContainerContainer
containers:
storagebase: !type:Container
showEnts: False
occludes: True
ents: []
toggleable-clothing: !type:ContainerSlot
showEnts: False
occludes: True
ent: null
- 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
}
]
}

0 comments on commit 868297b

Please sign in to comment.