diff --git a/code/modules/modular_computers/file_system/programs/antagonist/contractor_program.dm b/code/modules/modular_computers/file_system/programs/antagonist/contractor_program.dm index 77ac06f4feb..def1aa655d8 100644 --- a/code/modules/modular_computers/file_system/programs/antagonist/contractor_program.dm +++ b/code/modules/modular_computers/file_system/programs/antagonist/contractor_program.dm @@ -6,7 +6,7 @@ program_icon = "tasks" size = 10 - program_flags = PROGRAM_ON_SYNDINET_STORE | PROGRAM_UNIQUE_COPY + program_flags = PROGRAM_UNIQUE_COPY can_run_on_flags = PROGRAM_PDA //this is all we've got sprites for :sob: undeletable = TRUE tgui_id = "SyndicateContractor"