Adds a necklace to the loadout (#15870)

Co-authored-by: Gabby <martinezgabby576@gmail.com>
This commit is contained in:
feartheblackout
2023-02-27 09:27:02 -06:00
committed by GitHub
parent 65caac4679
commit 82a4985805
4 changed files with 56 additions and 1 deletions
@@ -589,3 +589,9 @@
var/obj/item/clothing/accessory/temperature/temp_pack = temp_path
temperature[initial(temp_pack.name)] = temp_path
gear_tweaks += new /datum/gear_tweak/path(temperature)
/datum/gear/accessory/necklace
display_name = "necklace (colorable)"
description = "A piece of jewelry that goes around your neck."
path = /obj/item/clothing/accessory/necklace
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION