mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[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:
co-authored by
bawhoppen
AxieTheAxolotl
parent
fb0eb5f06a
commit
86880cfc23
@@ -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",
|
||||
)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user