diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index cb4f8689b33..71ce79182ef 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -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: diff --git a/Resources/Prototypes/Entities/Objects/Fun/whistles.yml b/Resources/Prototypes/Entities/Objects/Fun/whistles.yml index 1ab6567e65f..5cf95ca1f55 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/whistles.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/whistles.yml @@ -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 diff --git a/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/equipped-HAND.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/equipped-HAND.png new file mode 100644 index 00000000000..8ccc51f59cd Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/icon.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/icon.png new file mode 100644 index 00000000000..0b428f78344 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/inhand-left.png new file mode 100644 index 00000000000..f87ba3718a2 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/inhand-right.png new file mode 100644 index 00000000000..85033190ad6 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/meta.json b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/meta.json new file mode 100644 index 00000000000..9873d3d8969 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Hands/Gloves/forensic.rsi/meta.json @@ -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 + } + ] +} + \ No newline at end of file