Skip to content

Commit

Permalink
Update groundside_operations.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Jun 8, 2024
1 parent a361faf commit 375c0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/groundside_operations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@

//returns the helmet camera the human is wearing
/obj/structure/machinery/computer/groundside_operations/proc/get_camera_from_target(mob/living/carbon/human/H)
if(current_squad)
if(current_squad || show_command_squad)
if(H && istype(H) && istype(H.head, /obj/item/clothing/head/helmet/marine))
var/obj/item/clothing/head/helmet/marine/helm = H.head
return helm.camera
Expand Down

0 comments on commit 375c0cd

Please sign in to comment.