From aa53f5d6b916bc81f95ea6b2cc9a66d76c8a7b63 Mon Sep 17 00:00:00 2001 From: Sable <102194057+Thlumyn@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:39:43 -0700 Subject: [PATCH] Inhand Sprites for Towels (#25723) add towel inhand sprites --- .../master_files/code/modules/clothing/towels.dm | 7 +++++++ .../icons/mob/inhands/clothing/towel_lefthand.dmi | Bin 0 -> 328 bytes .../mob/inhands/clothing/towel_righthand.dmi | Bin 0 -> 330 bytes 3 files changed, 7 insertions(+) create mode 100644 modular_skyrat/master_files/icons/mob/inhands/clothing/towel_lefthand.dmi create mode 100644 modular_skyrat/master_files/icons/mob/inhands/clothing/towel_righthand.dmi diff --git a/modular_skyrat/master_files/code/modules/clothing/towels.dm b/modular_skyrat/master_files/code/modules/clothing/towels.dm index 040511f9ef3..d9d4132dc6b 100644 --- a/modular_skyrat/master_files/code/modules/clothing/towels.dm +++ b/modular_skyrat/master_files/code/modules/clothing/towels.dm @@ -15,6 +15,10 @@ #define TOWEL_WORN_ICON 'modular_skyrat/master_files/icons/mob/clothing/towel.dmi' /// Icon path to the worn icon of the towel for digitigrades. #define TOWEL_WORN_ICON_DIGI 'modular_skyrat/master_files/icons/mob/clothing/towel_digi.dmi' +/// Icon path to the left-hand inhand icons of the towel. +#define TOWEL_LEFTHAND_ICON 'modular_skyrat/master_files/icons/mob/inhands/clothing/towel_lefthand.dmi' +/// Icon path to the right-hand inhand icons of the towel. +#define TOWEL_RIGHTHAND_ICON 'modular_skyrat/master_files/icons/mob/inhands/clothing/towel_righthand.dmi' /// How much cloth goes into a towel. #define TOWEL_CLOTH_AMOUNT 2 @@ -33,6 +37,9 @@ worn_icon_digi = TOWEL_WORN_ICON_DIGI icon_state = "towel" base_icon_state = "towel" + lefthand_file = TOWEL_LEFTHAND_ICON + righthand_file = TOWEL_RIGHTHAND_ICON + inhand_icon_state = "towel" force = 0 throwforce = 0 throw_speed = 1 diff --git a/modular_skyrat/master_files/icons/mob/inhands/clothing/towel_lefthand.dmi b/modular_skyrat/master_files/icons/mob/inhands/clothing/towel_lefthand.dmi new file mode 100644 index 0000000000000000000000000000000000000000..99fc6a24100c5606c4345534beca000d753ce1d5 GIT binary patch literal 328 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|e{s5m4*8>L*loU2CUAgV_*^BSq zy-Qm)e+5vAu_VYZn8D%MjWi%9t12X-#3i*jxhS)sBr`vcfuUkfa9BZ6>GvSI(O!L@P<%>i^dNg>74h`Jjqbh)4RjMILP?2v6sS}N0W|B3Q-7Nsj}b3)V;IY zSatIXi6uaKt%jkw=n=CgL16`7iy5W48LU@HSvD(dJ_NM2(9^{+#G^AgL4tL0LIZ>H zQLYvqfgHv)Tyq}!sJ`KfNpLfe77TjeGmXhjxrIrbwMfK3L;LVdH?|uhJxzfIZy2xL zad&8B;_^Si5j#)Nx6!!jn~;;JLrR&1fLdgu@hm1$5!M5j8d6v@TAMZ*-R0tBVCLXi Ur@%SyF3@rYPgg&ebxsLQ01JO~k^lez literal 0 HcmV?d00001 diff --git a/modular_skyrat/master_files/icons/mob/inhands/clothing/towel_righthand.dmi b/modular_skyrat/master_files/icons/mob/inhands/clothing/towel_righthand.dmi new file mode 100644 index 0000000000000000000000000000000000000000..fbcde13d6f8165039a4be27bb65f83734afe7373 GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|e{s5m4*8>L*loU3dK6`QL%5Cr7 zy%S)|TnUt7ED7=pW^j0RBMr#OstSoHaY-#sF3Kz@$;{7VV5pcA99B?N`u$6A!N;#p zw7hk-&Yd|Qydl)!qVa=AI_G^fPcjts^zN`Q4l=%M?4>a0(WE1jLKK2ms_eHhb?@vp zR^7ZpVhNC5t6^v^dc^EWP*}m&Vn%6h2J2N)mdy&A4*_j0_H=O!@#suWkYHV$z`&q< zlxqs>1`ef8L(Ak~g&cTpSuF2y1eQY}7DNbYz@7kx`8G6jua``#}u}KZfXg zO0JB?S)2!Z7CLa6{x(XU(LQbeOdd{6hx2EA^jbt0a2Q%nUe(~pxwR$1$SK^xn}H#A XI=9ugQ%$>o)-!mz`njxgN@xNALtAv8 literal 0 HcmV?d00001