diff --git a/nsv13/code/modules/squads/squad_computers.dm b/nsv13/code/modules/squads/squad_computers.dm index b31bc84dce9..88200bd8457 100644 --- a/nsv13/code/modules/squads/squad_computers.dm +++ b/nsv13/code/modules/squads/squad_computers.dm @@ -135,7 +135,8 @@ program_icon_state = "ntnrc_idle" extended_desc = "A program to allow you to manage the ship's squads while on the go!" requires_ntnet = TRUE - transfer_access = ACCESS_HOP + required_access = list(ACCESS_HEADS) + transfer_access = list(ACCESS_HEADS) category = PROGRAM_CATEGORY_CREW network_destination = "squad management" size = 2