From c615de3c90f88394eab0b97db9a9113ef5fbef93 Mon Sep 17 00:00:00 2001 From: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:23:09 +0700 Subject: [PATCH] Update head_of_security.dm --- code/modules/jobs/job_types/head_of_security.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/head_of_security.dm b/code/modules/jobs/job_types/head_of_security.dm index b3ed39c885a..c387e5568c8 100644 --- a/code/modules/jobs/job_types/head_of_security.dm +++ b/code/modules/jobs/job_types/head_of_security.dm @@ -97,8 +97,10 @@ var/static/list/hosgun_list if(!hosgun_list) hosgun_list = list() - for(var/obj/item/storage/box/hosgun/box as anything in typesof(/obj/item/storage/box/hos)) + for(var/obj/item/storage/box/hosgun/box as anything in typesof(/obj/item/storage/box/hosgun)) hosgun_list[initial(box.name)] = box return hosgun_list +/obj/item/storage/box/hosgun/Populate_contents() +