Skip to content

Commit

Permalink
Update helmet.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 authored Sep 14, 2024
1 parent 8bea3ac commit cd9d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cd9d059

Please sign in to comment.