From 30e3b1175f7c4b45d0b6bd1916e47c5448f73635 Mon Sep 17 00:00:00 2001 From: K3Licia <135052649+K3Licia@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:11:04 -0600 Subject: [PATCH] adds bowtie to loadout hopefully! --- code/modules/loadout/categories/neck.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/loadout/categories/neck.dm b/code/modules/loadout/categories/neck.dm index a48597b3b9e51..3b19a13045082 100644 --- a/code/modules/loadout/categories/neck.dm +++ b/code/modules/loadout/categories/neck.dm @@ -34,3 +34,7 @@ /datum/loadout_item/neck/necktie_loose name = "Necktie (Loose)" item_path = /obj/item/clothing/neck/tie/detective + +/datum/loadout_item/neck/bowtie + name = "Bowtie (Colorable)" + item_path = /obj/item/clothing/neck/bowtie