Adds Greatcoats (#20037)

Adds Black and Brown Greatcoats to loadout, thanks to greytide_(discord)
for sprites!

Black:

![image](https://github.com/user-attachments/assets/94db4114-afa8-443e-ae81-a051ceda2995)

![image](https://github.com/user-attachments/assets/99b8b94c-be94-4f68-b545-b39fc06888f6)



Brown:

![image](https://github.com/user-attachments/assets/585625f5-9a60-4034-8429-a6fab1f742bd)

![image](https://github.com/user-attachments/assets/d8c0229c-e61b-4729-be08-00828cf8dc8e)




- [x] Description
- [x] Open Sprites

---------

Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
Ben
2024-10-19 12:41:59 +00:00
committed by GitHub
co-authored by Ben10083
parent e1e0169f81
commit 84d135d169
5 changed files with 98 additions and 1 deletions
@@ -230,6 +230,19 @@
gear_tweaks += new /datum/gear_tweak/path(trenches)
/datum/gear/suit/greatcoats
display_name = "greatcoat selection"
description = "A selection of greatcoats."
path = /obj/item/clothing/suit/storage/toggle/greatcoat
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
/datum/gear/suit/greatcoats/New()
..()
var/list/greatcoat = list()
greatcoat["greatcoat, black"] = /obj/item/clothing/suit/storage/toggle/greatcoat
greatcoat["greatcoat, brown"] = /obj/item/clothing/suit/storage/toggle/greatcoat/brown
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."