mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Update head_of_security.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user