diff --git a/code/modules/jobs/job_types/head_of_security.dm b/code/modules/jobs/job_types/head_of_security.dm index 5b9c50ff009..8ce49830351 100644 --- a/code/modules/jobs/job_types/head_of_security.dm +++ b/code/modules/jobs/job_types/head_of_security.dm @@ -105,6 +105,9 @@ hosgun_list[initial(box.name)] = box return hosgun_list +/obj/item/storage/box/hosgun/glock + name = "Glock 18" + /obj/item/storage/box/hosgun/glock/PopulateContents() . = ..() new /obj/item/storage/box/gunset/glock18_hos(src) @@ -112,6 +115,9 @@ new /obj/item/ammo_box/c9mm(src) new /obj/item/storage/box/hecu_rations(src) +/obj/item/storage/box/hosgun/revolver + name = "Heavy Revolver .460" + /obj/item/storage/box/hosgun/revolver/PopulateContents() . = ..() new /obj/item/storage/box/gunset/hos_revolver(src)