From: icekot8 <93311212+icekot8@users.noreply.github.com> Date: Sat, 27 Jan 2024 02:27:14 +0000 (+0300) Subject: Add an inhand sprite to the syndicate jaws of life (#24583) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=15edca2cf2050ce3e0cb12ecce6d35df0bc91dd0;p=space-station-14.git Add an inhand sprite to the syndicate jaws of life (#24583) * commit * fix fucking pixel --- diff --git a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml index 2c64459171..f305eba369 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml @@ -57,6 +57,11 @@ 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: diff --git a/Resources/Textures/Objects/Tools/jaws_of_life.rsi/meta.json b/Resources/Textures/Objects/Tools/jaws_of_life.rsi/meta.json index 56acaa528a..0d2bf3b7ef 100644 --- a/Resources/Textures/Objects/Tools/jaws_of_life.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/jaws_of_life.rsi/meta.json @@ -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 @@ -27,6 +27,14 @@ "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 index 0000000000..ac011a58f8 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 index 0000000000..d4c1c58997 Binary files /dev/null and b/Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-right.png differ