Show off your Pride

This commit is contained in:
Casey
2022-03-21 09:55:24 +00:00
committed by CHOMPStation2
parent f8325863d6
commit 4f457c2dc0
4 changed files with 56 additions and 0 deletions
@@ -307,3 +307,18 @@
"Grey Vest" = /obj/item/clothing/accessory/cowboy_vest/grey
)
gear_tweaks += new/datum/gear_tweak/path(cowboy_vests)
<<<<<<< HEAD
=======
/datum/gear/accessory/pride
display_name = "pride pin selection"
path = /obj/item/clothing/accessory/pride
/datum/gear/accessory/pride/New()
..()
var/list/pridepins = list()
for(var/pridepin in typesof(/obj/item/clothing/accessory/pride))
var/obj/item/clothing/accessory/pridepin_type = pridepin
pridepins[initial(pridepin_type.name)] = pridepin_type
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(pridepins))
>>>>>>> e1f20bae13... Merge pull request #12500 from GhostActual/pride_pins