diff --git a/code/modules/clothing/neck/_neck.dm b/code/modules/clothing/neck/_neck.dm index cde7c87b8bbf..8f2698de5720 100644 --- a/code/modules/clothing/neck/_neck.dm +++ b/code/modules/clothing/neck/_neck.dm @@ -37,16 +37,6 @@ "brown tie" = "browntie", "rainbow tie" = "rainbow_tie", "horrible tie" = "horribletie", - "transgender tie" = "transgender", - "pansexual tie" = "pansexual", - "nonbinary tie" = "nonbinary", - "bisexual tie" = "bisexual", - "lesbian tie" = "lesbian", - "intersex tie" = "intersex", - "gay tie" = "gay", - "genderfluid tie" = "genderfluid", - "asexual tie" = "asexual", - "genderfae tie" = "genderfae", "ally tie" = "ally_tie" ) icon_state = "rainbow_tie" @@ -108,56 +98,11 @@ desc = "A neckpiece for a maid costume, it smells faintly of disappointment." icon_state = "maid_neck" -/obj/item/clothing/neck/tie/trans - name = "transgender tie" - desc = "A neosilk clip-on tie. This one is in the colors of the trans flag." - icon_state = "transgender" - -/obj/item/clothing/neck/tie/pan - name = "pansexual tie" - desc = "A neosilk clip-on tie. This one is in the colors of the pansexual flag." - icon_state = "pansexual" - -/obj/item/clothing/neck/tie/enby - name = "nonbinary tie" - desc = "A neosilk clip-on tie. This one is in the colors of the nonbinary flag." - icon_state = "nonbinary" - -/obj/item/clothing/neck/tie/bi - name = "bisexual tie" - desc = "A neosilk clip-on tie. This one is in the colors of the bisexual flag." - icon_state = "bisexual" - -/obj/item/clothing/neck/tie/lesbian - name = "lesbian tie" - desc = "A neosilk clip-on tie. This one is in the colors of the lesbian flag." - icon_state = "lesbian" - -/obj/item/clothing/neck/tie/intersex - name = "intersex tie" - desc = "A neosilk clip-on tie. This one is in the colors of the intersex flag." - icon_state = "intersex" - /obj/item/clothing/neck/tie/gay name = "gay tie" desc = "A neosilk clip-on tie. This one is in the colors of the gay flag." icon_state = "gay" -/obj/item/clothing/neck/tie/genderfluid - name = "genderfluid tie" - desc = "A neosilk clip-on tie. This one is in the colors of the genderfluid flag." - icon_state = "genderfluid" - -/obj/item/clothing/neck/tie/asexual - name = "asexual tie" - desc = "A neosilk clip-on tie. This one is in the colors of the asexual flag." - icon_state = "asexual" - -/obj/item/clothing/neck/tie/genderfae - name = "genderfae tie" - desc = "A neosilk clip-on tie. This one is in the colors of the genderfae flag." - icon_state = "genderfae" - /obj/item/clothing/neck/tie/ally_tie name = "ally tie" desc = "A neosilk clip-on tie. This one is in the colors of the ally flag."