mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
Show off your Pride
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user