From cd9d059ba83fd12dab0074125e20141a89a51353 Mon Sep 17 00:00:00 2001 From: Max-023 <42359139+Max-023@users.noreply.github.com> Date: Sat, 14 Sep 2024 19:45:16 -0400 Subject: [PATCH] Update helmet.dm --- code/modules/clothing/head/helmet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 2d4ed60e36..fa8e12c834 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -441,7 +441,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( pockets.bypass_w_limit = GLOB.allowed_helmet_items pockets.max_storage_space = storage_max_storage_space - camera = new /obj/structure/machinery/camera/overwatch + camera = new /obj/structure/machinery/camera/overwatch(src) for(var/obj/visor as anything in built_in_visors) visor.forceMove(src)