Skip to content

Commit

Permalink
adjust sec whistle sprite, resprite forensic gloves
Browse files Browse the repository at this point in the history
  • Loading branch information
TadJohnson00 committed Jan 11, 2025
1 parent 4cef755 commit 6310758
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@
description: Do not leave fibers or fingerprints. If you work without them, you're A TERRIBLE DETECTIVE.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/forensic.rsi
sprite: _DV/Clothing/Hands/Gloves/forensic.rsi # DeltaV - resprite forensic gloves
- type: Clothing
sprite: Clothing/Hands/Gloves/forensic.rsi
sprite: _DV/Clothing/Hands/Gloves/forensic.rsi # DeltaV - resprite forensic gloves
- type: FingerprintMask
- type: GuideHelp
guides:
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Entities/Objects/Fun/whistles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
id: SecurityWhistle
description: Sound of it make you feel fear.
components:
- type: Sprite
state: sec
- type: Clothing
equippedPrefix: sec
# - type: Sprite # DeltaV
# state: sec
# - type: Clothing
# equippedPrefix: sec
- type: Whistle
distance: 5

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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from paradise station at https://github.com/ss220-space/Paradise/blob/e13af16eec39b663112e014901960c89fb09ef8b/icons/obj/clothing/gloves.dmi. Modified by TJohnson.",
"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 6310758

Please sign in to comment.