From 15edca2cf2050ce3e0cb12ecce6d35df0bc91dd0 Mon Sep 17 00:00:00 2001 From: icekot8 <93311212+icekot8@users.noreply.github.com> Date: Sat, 27 Jan 2024 05:27:14 +0300 Subject: [PATCH] Add an inhand sprite to the syndicate jaws of life (#24583) * commit * fix fucking pixel --- .../Entities/Objects/Tools/jaws_of_life.yml | 5 +++++ .../Objects/Tools/jaws_of_life.rsi/meta.json | 10 +++++++++- .../Tools/jaws_of_life.rsi/syn_inhand-left.png | Bin 0 -> 502 bytes .../Tools/jaws_of_life.rsi/syn_inhand-right.png | Bin 0 -> 484 bytes 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-left.png create mode 100644 Resources/Textures/Objects/Tools/jaws_of_life.rsi/syn_inhand-right.png 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 0000000000000000000000000000000000000000..ac011a58f85dea076ac508e520c85f9bba043213 GIT binary patch literal 502 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=EX7WqAsj$Z!;#X#z`(fH)5S5Q zV$R!J_TGmbB-lPI*V0?GfP;16j$`}+Eq#|ZT5Ua{8!MW(vb$OS;L6Dl)CCsqxDh#r z<={%aSTD|LA$cn%xaREK3FJr${6x^f=l`B-AG|x_f(TOh3JH*0rc^L$-xmZ+x&3 zU+XucSn$%z5`p7}3s5^U2mM3%4eJ-v20vy=ULv%Qba5doE^JtPa!>J6?A1-r2Lui~T=WF5gxGi}cDiW3lj7SDgS3j3^P6 literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..d4c1c58997b71b35c5c691e35b8aba51e82195ec GIT binary patch literal 484 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=EX7WqAsj$Z!;#X#z`!`$)5S5Q zV$R!JhS`T4MA$#nHba*p8nzgh=FNXxyt74s$%$i2)Y{3qhgwq=Kh$z4PFTV* zbBE*k&k9Rf7+Ci4pa0CjuuCp_`{GGKk8CGLKHt^7E&EWi*=nv?ZB5G_YRzY7;7}}E zXFY9sQXu1jx$EYa%yU5o%XQxD&fOip{yP69Q@fBD1;=6&p9hH+EDUpemrpeHJ{(|v zH7liV|9$_pnmd1f$UMgTmgmOH5)p>^a;-m!wp7NPPg{Qd_xh_@>^~!Awe$o9FWP@+m76wI UMnfzj1Q=}$p00i_>zopr0KSaWi2wiq literal 0 HcmV?d00001 -- 2.51.2