From bbaf0bfbd44486565b7c91141449f36c46ff39fc Mon Sep 17 00:00:00 2001 From: Releasethesea <135743398+Releasethesea@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:08:25 -0600 Subject: [PATCH] Pill packets fit in helmets now (#4841) # About the pull request Makes it so you can put pill packets in your helmet since i didnt know how to originally, for now im only doing this for the helmet, but over the next week or so ill be making it so they can fit in all the marine hats that can fit autoinjectors # Explain why it's good for the game Pill packets shouldve been able to be placed in your helmet, i didnt know how to do this when they were added, this remedies that # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
testing consisted of joining a private server and seeing if they fit in helmets # Changelog :cl: balance: Makes it so that Pill packets fit in helmets /:cl: --------- Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> --- code/modules/clothing/head/helmet.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index bd648484b875..2c89d31e04cf 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -337,7 +337,8 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/stack/medical/bruise_pack ="brutepack (bandages)", /obj/item/stack/medical/ointment = "ointment", /obj/item/tool/surgery/scalpel = "scalpel", - /obj/item/reagent_container/hypospray/autoinjector = "helmet_injector" + /obj/item/reagent_container/hypospray/autoinjector = "helmet_injector", + /obj/item/storage/pill_bottle/packet = "brutepack (bandages)", )) /obj/item/clothing/head/helmet/marine