From 869979512af1eecbebbef58d0d19c689467e3125 Mon Sep 17 00:00:00 2001 From: FearTheGabby Date: Wed, 29 Jul 2026 11:35:00 -0500 Subject: [PATCH] Adds colorable greatcoats to the loadout (#22925) recoloring all done by me greatcoat with recolored buttons/belt image greatcoat with normal buttons/belt image --- .../preference_setup/loadout/items/suit.dm | 13 ++++ code/modules/clothing/suits/storage.dm | 12 ++++ .../SimpleMaroon-colorablegreatcoat.yml | 58 ++++++++++++++++++ .../suit/storage/toggle/greatcoat.dmi | Bin 1957 -> 3008 bytes 4 files changed, 83 insertions(+) create mode 100644 html/changelogs/SimpleMaroon-colorablegreatcoat.yml diff --git a/code/modules/client/preference_setup/loadout/items/suit.dm b/code/modules/client/preference_setup/loadout/items/suit.dm index 6d7d55ed60a..a8a4737f247 100644 --- a/code/modules/client/preference_setup/loadout/items/suit.dm +++ b/code/modules/client/preference_setup/loadout/items/suit.dm @@ -306,6 +306,19 @@ greatcoat["greatcoat, brown"] = /obj/item/clothing/suit/storage/toggle/greatcoat/brown gear_tweaks += new /datum/gear_tweak/path(greatcoat) +/datum/gear/suit/greatcoat_recolors + display_name = "colorable greatcoats selection" + description = "A greatcoat capable of being recolored." + path = /obj/item/clothing/suit/storage/toggle/greatcoat/recolor + flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION + +/datum/gear/suit/greatcoat_recolors/New() + ..() + var/list/greatcoat = list() + greatcoat["greatcoat"] = /obj/item/clothing/suit/storage/toggle/greatcoat/recolor + greatcoat["greatcoat, alt"] = /obj/item/clothing/suit/storage/toggle/greatcoat/recolor/alt + gear_tweaks += new /datum/gear_tweak/path(greatcoat) + /datum/gear/suit/ian display_name = "worn shirt" description = "A worn out, curiously comfortable t-shirt with a picture of Ian." diff --git a/code/modules/clothing/suits/storage.dm b/code/modules/clothing/suits/storage.dm index 7cfb91f1cf8..25921fc7edd 100644 --- a/code/modules/clothing/suits/storage.dm +++ b/code/modules/clothing/suits/storage.dm @@ -124,6 +124,18 @@ icon_state = "greatcoat_bwn" item_state = "greatcoat_bwn" +/obj/item/clothing/suit/storage/toggle/greatcoat/recolor + name = "greatcoat" + desc = "A non-descript greatcoat. It looks warmer, if a bit heaver, than most other clothing." + icon_state = "greatcoat_recolor" + item_state = "greatcoat_recolor" + build_from_parts = TRUE + worn_overlay = "metal" + +/obj/item/clothing/suit/storage/toggle/greatcoat/recolor/alt + build_from_parts = FALSE + has_accents = TRUE + // Corporate Jackets /obj/item/clothing/suit/storage/toggle/corp diff --git a/html/changelogs/SimpleMaroon-colorablegreatcoat.yml b/html/changelogs/SimpleMaroon-colorablegreatcoat.yml new file mode 100644 index 00000000000..c3e7c95ab48 --- /dev/null +++ b/html/changelogs/SimpleMaroon-colorablegreatcoat.yml @@ -0,0 +1,58 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: SimpleMaroon + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Added two recolorable greatcoats to the loadout: One that has recolorable belt/buttons and one that doesn't." diff --git a/icons/obj/item/clothing/suit/storage/toggle/greatcoat.dmi b/icons/obj/item/clothing/suit/storage/toggle/greatcoat.dmi index e281ca28c749f5beef6c2b922010e3b5694fa81c..e0256e881a520a44603f00c51030060a677a67bd 100644 GIT binary patch delta 2984 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 delta 1943 zcmY+_e>Btk9|!Qy#BAC^$*?e?ntKr&OJOEqwHOnUMDk+Pa$juG?)P%#VHUy62wrJ@=3I`*q&uJkNRmc%8?2w_wV(Eico3 zywF-kS^xl`sooy`s#>ZVT*Nxn+$7AytBUhAOH0rci*>ZIA=_G-8|oeL-kori>Y}@O zyQUUH7Z=iOpQ(z$*#15Yz-{tXv}$pU6A;Yyh&mOS#7tx}6XF3NrHB!jm~?t^o{{+Z z%ed76YpcE<5#zz3o&5yayKhA_d>4?Eo%47X!JjZl*pDlEm-jR;0LQ=!cR18pIDzCk zkIPvE%ldl;JEA+=3j^~D1X>Z1RoNn2?_P6C>PftN9nvoPdWHG_iu9fVhpxX*&(-%o z>d|T1tyPmXD(JZnk!mc4fgh(I9x#k3+g7f^EjtrRGiLl?A=-tf6G7AU zj4?ZXwrxdh#$1`noCBEBlV^u*&Fx5&kHi7>`tQlhB4$u_1Ep; zfV64dCEeur_dK!i$J1N-5%&+<7aX%qeeODXrwxvHKL;W{G)}S*WseF+O%{aI#^ze5 z1af*X@W?trr$pZmsFuMRglA1()@z}kbf(4*l{&7-Us?76V1tkh^N2H;_*t&rvJy3# z4Es|b)Gs|bn%9(#qzmw*cM*aaFJlS6adFKi96)gff-xOzqNHv?&#eLZs$}$Vnm-N2 z^;>JD-t{tuhjWtCo-XgRne#NgrD|+Go>8&-;oV?dR<9@(?mGvX2pi=*VXD9mo!7x1 z_hBnQa%R{jxUCT;P>Qqqq@Jmxv_p`Q9uAKiBcor#KH{TNpbJr5dsyj^~oEs;#|UOpD2Wf@_gTe%pKQ#v5b= zljZC+fKda37mVK{u?w~nV`F1$YipRE2-arLN(JLW^=kg^Zru+WrDc^9naYcK=7x8- zTrh07h0*;9z%yqL@tM3s7D2tT{ScocJ@)ydR#G;dHk};mUL?H*e>>b3=QMCLjHfZp zf<(ZxeRP8`>9Cob|7^={GQPrVYO7(-o~sUG0jLZOZT>YaCli17V~_;bXhmfh#o+2+ z>;B%^_q@R>9*EOrUQkNHBiI}cQI?)V)0ftFk0M zH0V|kCgprS&J{$_AHpc<@-0wip*B)X<9a2A%Y@{VE6|=fB~C>o|Lh%j-1scGLD)F2 ze`2VVDTB=`RO|->BmCAg8(W#&pcx03p5##TA1F*?S=86|X z$_zHZg(`D&X@y?TOKz1m#nKOa;st+_tNfnXK3!`#wBnb14HA6P_ECH@LFO%=liVE3 S*{b?50qQ;