diff --git a/code/game/objects/items/storage/secure.dm b/code/game/objects/items/storage/secure.dm index 1caf13454b..0e9a9fda61 100644 --- a/code/game/objects/items/storage/secure.dm +++ b/code/game/objects/items/storage/secure.dm @@ -174,7 +174,7 @@ name = "\improper X-01 Multiphase energy gun box" desc = "A storage case for a high-tech energy firearm." -/obj/item/storage/secure/briefcase/mws_pack_hos/PopulateContents() +/obj/item/storage/secure/briefcase/hos/multiphase_box/PopulateContents() new /obj/item/gun/energy/e_gun/hos(src) // ----------------------------- @@ -212,4 +212,4 @@ return attack_self(user) /obj/item/storage/secure/safe/HoS - name = "head of security's safe" \ No newline at end of file + name = "head of security's safe"