Skip to content

Commit

Permalink
Rubber gloves for janitors (space-wizards#22668)
Browse files Browse the repository at this point in the history
* add

* fix

* formatting..
  • Loading branch information
UbaserB authored Dec 18, 2023
1 parent d172988 commit dd2343b
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/forensics/fibers.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ fibers-latex = latex
fibers-nitrile = nitrile
fibers-nanomachines = insulative nanomachine
fibers-chameleon = holographic chameleon
fibers-rubber = rubber
fibers-purple = purple
fibers-red = red
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
startingInventory:
ClothingUniformJumpsuitJanitor: 2
ClothingUniformJumpskirtJanitor: 2
ClothingHandsGlovesJanitor: 2
ClothingShoesColorBlack: 2
ClothingHeadHatPurplesoft: 2
ClothingBeltJanitor: 2
Expand Down
16 changes: 16 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,19 @@
- type: GuideHelp
guides:
- DNA

# TODO Make lubed items not slip in hands
- type: entity
parent: ClothingHandsBase
id: ClothingHandsGlovesJanitor
name: rubber gloves
description: High-quality rubber gloves, squeaky to do some cleaning!
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/janitor.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/janitor.rsi
- type: Fiber
fiberMaterial: fibers-rubber
fiberColor: fibers-yellow
- type: FingerprintMask
2 changes: 2 additions & 0 deletions Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
shoes: ClothingShoesGaloshes
head: ClothingHeadHatPurplesoft
id: JanitorPDA
gloves: ClothingHandsGlovesJanitor
ears: ClothingHeadsetService
belt: ClothingBeltJanitorFilled
innerClothingSkirt: ClothingUniformJumpskirtJanitor
Expand All @@ -35,6 +36,7 @@
jumpsuit: ClothingUniformJumpskirtJanimaid
back: ClothingBackpackFilled
id: JanitorPDA
gloves: ClothingHandsGlovesJanitor
head: ClothingHeadHatCatEars
ears: ClothingHeadsetService
belt: ClothingBeltJanitorFilled
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.
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.
26 changes: 26 additions & 0 deletions Resources/Textures/Clothing/Hands/Gloves/janitor.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Ubaser.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit dd2343b

Please sign in to comment.