Skip to content

Commit

Permalink
Revert "feat(accessories): removes absence of pride pins"
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele authored Dec 24, 2023
1 parent bb96961 commit 8c6e191
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 55 deletions.
1 change: 0 additions & 1 deletion baystation12.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
19 changes: 0 additions & 19 deletions code/modules/client/preference_setup/loadout/lists/accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
35 changes: 0 additions & 35 deletions code/modules/clothing/under/accessories/pins.dm

This file was deleted.

Binary file modified icons/inv_slots/acessories/mob.dmi
Binary file not shown.
Binary file modified icons/inv_slots/acessories/mob_fat.dmi
Binary file not shown.
Binary file modified icons/inv_slots/acessories/mob_slim.dmi
Binary file not shown.
Binary file modified icons/inv_slots/acessories/mob_slim_m.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/ties.dmi
Binary file not shown.

0 comments on commit 8c6e191

Please sign in to comment.