]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add an inhand sprite to the syndicate jaws of life (#24583)
authoricekot8 <93311212+icekot8@users.noreply.github.com>
Sat, 27 Jan 2024 02:27:14 +0000 (05:27 +0300)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2024 02:27:14 +0000 (21:27 -0500)
* commit

* fix fucking pixel

Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml
Resources/Textures/Objects/Tools/jaws_of_life.rsi/meta.json
Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-right.png [new file with mode: 0644]

index 2c644591715af3d6a3dfa49638a74219a7226100..f305eba369ce672c7df895300494acc9ca886d5d 100644 (file)
     sprite: Objects/Tools/jaws_of_life.rsi
     state: syn_jaws_pry
   - type: Item
+    inhandVisuals:
+      left:
+      - state: syn_inhand-left
+      right:
+      - state: syn_inhand-right
     size: Normal
   - type: Tool
     qualities:
index 56acaa528af0302347eea3e0dae7dc4fbfa7bdf3..0d2bf3b7ef6d1eef2754854cb47a7054c6b37e81 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "modified from tgstation at commit https://github.com/tgstation/tgstation/commit/f07f847706d85b7cfa4b398e5175732212b69a63 by KingFroozy (Github)",
+  "copyright": "modified from tgstation at commit https://github.com/tgstation/tgstation/commit/f07f847706d85b7cfa4b398e5175732212b69a63 by KingFroozy (Github), inhand for syn made by icekot8",
   "size": {
     "x": 32,
     "y": 32
       "name": "inhand-right",
       "directions": 4
     },
+    {
+      "name": "syn_inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "syn_inhand-right",
+      "directions": 4
+    },
     {
       "name": "equipped-BELT",
       "directions": 4
diff --git a/Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-left.png b/Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-left.png
new file mode 100644 (file)
index 0000000..ac011a5
Binary files /dev/null and b/Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-left.png differ
diff --git a/Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-right.png b/Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-right.png
new file mode 100644 (file)
index 0000000..d4c1c58
Binary files /dev/null and b/Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-right.png differ