diff --git a/baystation12.dme b/baystation12.dme index c9cdbc0875b..93a4de538a2 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -1778,7 +1778,6 @@ #include "code\modules\clothing\under\accessories\holster.dm" #include "code\modules\clothing\under\accessories\lockets.dm" #include "code\modules\clothing\under\accessories\medals.dm" -#include "code\modules\clothing\under\accessories\pins.dm" #include "code\modules\clothing\under\accessories\stethoscope.dm" #include "code\modules\clothing\under\accessories\storage.dm" #include "code\modules\clothing\under\accessories\ties.dm" diff --git a/code/modules/client/preference_setup/loadout/lists/accessories.dm b/code/modules/client/preference_setup/loadout/lists/accessories.dm index feea4a6473f..43fe2997cae 100644 --- a/code/modules/client/preference_setup/loadout/lists/accessories.dm +++ b/code/modules/client/preference_setup/loadout/lists/accessories.dm @@ -131,22 +131,3 @@ dogtag.stored_name = H.real_name dogtag.religion = H.religion dogtag.stored_blood_type = H.b_type - -/datum/gear/accessory/pride_pin - display_name = "pride pin selection" - description = "A holographic pin to show off your pride, reminding the crew of their unwavering commitment to equity, diversity, and inclusion!" - path = /obj/item/clothing/accessory/pride_pin - -/datum/gear/accessory/pride_pin/New() - ..() - var/prides = list() - prides["rainbow pride pin"] = /obj/item/clothing/accessory/pride_pin - prides["bisexual pride pin"] = /obj/item/clothing/accessory/pride_pin/bi - prides["pansexual pride pin"] = /obj/item/clothing/accessory/pride_pin/pan - prides["asexual pride pin"] = /obj/item/clothing/accessory/pride_pin/ace - prides["non-binary pride pin"] = /obj/item/clothing/accessory/pride_pin/enby - prides["transgender pride pin"] = /obj/item/clothing/accessory/pride_pin/trans - prides["intersex pride pin"] = /obj/item/clothing/accessory/pride_pin/intersex - prides["lesbian pride pin"] = /obj/item/clothing/accessory/pride_pin/lesbian - - gear_tweaks += new /datum/gear_tweak/path(prides) diff --git a/code/modules/clothing/under/accessories/pins.dm b/code/modules/clothing/under/accessories/pins.dm deleted file mode 100644 index 99108b482fe..00000000000 --- a/code/modules/clothing/under/accessories/pins.dm +++ /dev/null @@ -1,35 +0,0 @@ - -/obj/item/clothing/accessory/pride_pin - name = "pride pin" - desc = "A Nanotrasen Diversity & Inclusion Center-sponsored holographic pin to show off your pride, reminding the crew of their unwavering commitment to equity, diversity, and inclusion!" - icon_state = "pride" - slot_flags = SLOT_TIE - slot = ACCESSORY_SLOT_INSIGNIA - -/obj/item/clothing/accessory/pride_pin/bi - name = "bisexual pride pin" - icon_state = "pride_bi" - -/obj/item/clothing/accessory/pride_pin/pan - name = "pansexual pride pin" - icon_state = "pride_pan" - -/obj/item/clothing/accessory/pride_pin/ace - name = "asexual pride pin" - icon_state = "pride_ace" - -/obj/item/clothing/accessory/pride_pin/enby - name = "non-binary pride pin" - icon_state = "pride_enby" - -/obj/item/clothing/accessory/pride_pin/trans - name = "transgender pride pin" - icon_state = "pride_trans" - -/obj/item/clothing/accessory/pride_pin/intersex - name = "intersex pride pin" - icon_state = "pride_intersex" - -/obj/item/clothing/accessory/pride_pin/lesbian - name = "lesbian pride pin" - icon_state = "pride_lesbian" diff --git a/icons/inv_slots/acessories/mob.dmi b/icons/inv_slots/acessories/mob.dmi index 7d3c572516a..62cf9f99dd1 100644 Binary files a/icons/inv_slots/acessories/mob.dmi and b/icons/inv_slots/acessories/mob.dmi differ diff --git a/icons/inv_slots/acessories/mob_fat.dmi b/icons/inv_slots/acessories/mob_fat.dmi index 61f7e22139c..be367e4a16f 100644 Binary files a/icons/inv_slots/acessories/mob_fat.dmi and b/icons/inv_slots/acessories/mob_fat.dmi differ diff --git a/icons/inv_slots/acessories/mob_slim.dmi b/icons/inv_slots/acessories/mob_slim.dmi index ea0000587fa..b0116dd2af3 100644 Binary files a/icons/inv_slots/acessories/mob_slim.dmi and b/icons/inv_slots/acessories/mob_slim.dmi differ diff --git a/icons/inv_slots/acessories/mob_slim_m.dmi b/icons/inv_slots/acessories/mob_slim_m.dmi index 80707e9db0b..1c33b26f756 100644 Binary files a/icons/inv_slots/acessories/mob_slim_m.dmi and b/icons/inv_slots/acessories/mob_slim_m.dmi differ diff --git a/icons/obj/clothing/ties.dmi b/icons/obj/clothing/ties.dmi index 0607666ff85..4ac74f61d1f 100644 Binary files a/icons/obj/clothing/ties.dmi and b/icons/obj/clothing/ties.dmi differ