Skip to content

Commit

Permalink
Fixes squad manager download and run permissions (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
covertcorvid committed Jul 28, 2023
1 parent 00ae5c4 commit bf19d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nsv13/code/modules/squads/squad_computers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf19d22

Please sign in to comment.