From 37f49c3906a76c6d9d9782578411a0b18db8f929 Mon Sep 17 00:00:00 2001 From: Releasethesea <135743398+Releasethesea@users.noreply.github.com> Date: Tue, 7 Nov 2023 04:11:48 -0600 Subject: [PATCH] Cigars now fit in helmets (#4851) # About the pull request Cigars couldnt fit in helmets, i *think* it was unintentional so im fixing/adding it # Explain why it's good for the game if cigarettes could fit, why couldnt cigars? well now they can. # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: add: Makes it so cigars fit in helmets. /:cl: --- code/modules/clothing/head/helmet.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 2c89d31e04cf..45ee972e7091 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -217,6 +217,8 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/storage/fancy/cigarettes/arcturian_ace = "helmet_cig_aapack", /obj/item/storage/fancy/cigarettes/lucky_strikes_4 = "hat_cig_ls_mre", /obj/item/storage/fancy/cigar/matchbook = "helmet_matches_mre", + /obj/item/clothing/mask/cigarette/cigar = "helmet_cig_cig", + /obj/item/clothing/mask/electronic_cigarette = "helmet_cig_cig", // CARDS /obj/item/toy/deck = "helmet_card_deck",