From b7411bf9a0a4a05c6815c81c5f11d6b5c9ffb0f7 Mon Sep 17 00:00:00 2001 From: Sonic121x <64410541+Sonic121x@users.noreply.github.com> Date: Sun, 31 May 2020 19:50:31 +0800 Subject: [PATCH] Fix The X-01 Multiphase energy gun box (#12409) Fix /obj/item/storage/secure/briefcase/hos/multiphase_box/PopulateContents() --- code/game/objects/items/storage/secure.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"