[MIRROR] Adds Pride Pins [MDB IGNORE] (#9839)

* Adds Pride Pins (#62987)

* I love gay

* Update accessories.dm

* fix conflicts

* Apply suggestions from code review

Co-authored-by: bawhoppen <Bawhoppen@ users.noreply.github.com>

* Update accessories.dm

* ok

Co-authored-by: bawhoppen <Bawhoppen@ users.noreply.github.com>

* Adds Pride Pins

Co-authored-by: AxieTheAxolotl <86872535+axietheaxolotl@users.noreply.github.com>
Co-authored-by: bawhoppen <Bawhoppen@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-03 11:07:02 +00:00
committed by GitHub
co-authored by bawhoppen AxieTheAxolotl
parent fb0eb5f06a
commit 86880cfc23
4 changed files with 14 additions and 0 deletions
@@ -447,3 +447,16 @@
/obj/item/clothing/accessory/allergy_dogtag/proc/on_examine(datum/source, mob/user, list/examine_list)
SIGNAL_HANDLER
examine_list += "The dogtag has a listing of allergies : [display]"
/obj/item/clothing/accessory/pride
name = "pride pin"
desc = "A Nanotrasen Diversity & Inclusion Center-sponsored holographic pin to show off your sexuality, reminding the crew of their unwavering commitment to equity, diversity, and inclusion!"
icon_state = "pride"
obj_flags = UNIQUE_RENAME
unique_reskin = list("Rainbow Pride" = "pride",
"Bisexual Pride" = "pride_bi",
"Pansexual Pride" = "pride_pan",
"Asexual Pride" = "pride_ace",
"Non-binary Pride" = "pride_enby",
"Transgender Pride" = "pride_trans",
)
+1
View File
@@ -45,6 +45,7 @@
/obj/item/clothing/neck/tie/red = 3,
/obj/item/clothing/neck/tie/black = 3,
/obj/item/clothing/neck/tie/horrible = 3,
/obj/item/clothing/accessory/pride = 15,
/obj/item/storage/belt/fannypack = 3,
/obj/item/storage/belt/fannypack/blue = 3,
/obj/item/storage/belt/fannypack/red = 3,