Skip to content

Commit

Permalink
FINALLY
Browse files Browse the repository at this point in the history
  • Loading branch information
Releasethesea committed Nov 4, 2023
1 parent f812b27 commit 055da5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 055da5d

Please sign in to comment.