From 69f69b5fe08aca0ca736fed3122f3e368611795b Mon Sep 17 00:00:00 2001 From: Pandora Date: Sun, 20 Mar 2022 17:00:15 +0000 Subject: [PATCH] Update outfit.dm --- code/datums/outfits/outfit.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/datums/outfits/outfit.dm b/code/datums/outfits/outfit.dm index 42925563005..e6498926f52 100644 --- a/code/datums/outfits/outfit.dm +++ b/code/datums/outfits/outfit.dm @@ -57,6 +57,7 @@ var/list/outfits_decls_by_type_ var/satchel_two = /obj/item/weapon/storage/backpack/satchel var/messenger_bag = /obj/item/weapon/storage/backpack/messenger var/sports_bag = /obj/item/weapon/storage/backpack/sport + var/satchel_three = /obj/item/weapon/storage/backpack/satchel/strapless var/flags // Specific flags @@ -78,6 +79,7 @@ var/list/outfits_decls_by_type_ if(4) back = satchel_two if(5) back = messenger_bag if(6) back = sports_bag + if(7) back = satchel_three else back = null /decl/hierarchy/outfit/proc/post_equip(mob/living/carbon/human/H) @@ -183,4 +185,4 @@ var/list/outfits_decls_by_type_ return pda /decl/hierarchy/outfit/dd_SortValue() - return name \ No newline at end of file + return name