From 7896c701ac76b7e834826621ca9b64d9dc25547a Mon Sep 17 00:00:00 2001 From: Max-023 <42359139+Max-023@users.noreply.github.com> Date: Sat, 14 Sep 2024 19:46:34 -0400 Subject: [PATCH] Pvt Drake smacks his headset --- code/modules/clothing/glasses/night.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/night.dm b/code/modules/clothing/glasses/night.dm index 496e6dd462..865ee40c2a 100644 --- a/code/modules/clothing/glasses/night.dm +++ b/code/modules/clothing/glasses/night.dm @@ -108,7 +108,7 @@ /obj/item/clothing/glasses/night/m56_goggles/Initialize(mapload) . = ..() - camera = new /obj/structure/machinery/camera/overwatch + camera = new /obj/structure/machinery/camera/overwatch(src) /obj/item/clothing/glasses/night/m56_goggles/equipped(mob/living/carbon/human/mob, slot) if(camera)