Update head_of_security.dm

This commit is contained in:
projectkepler-RU
2023-04-12 21:53:04 +07:00
parent 1fdf85e3e0
commit 9a01bb86c4
@@ -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)