Skip to content

Commit

Permalink
Merge pull request #343 from Yata9arasu/gay-things-away
Browse files Browse the repository at this point in the history
Gay things away (and ties)
  • Loading branch information
MysticalFaceLesS authored Mar 21, 2024
2 parents 732297f + e509056 commit 10e8767
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions code/modules/clothing/neck/_neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit 10e8767

Please sign in to comment.