From a0dd7a1ccea715576add52e0c7da7d8ab0cdcaad Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Fri, 2 Sep 2016 18:09:17 -0400 Subject: [PATCH] Emag Changes --- code/modules/paperwork/faxmachine.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/paperwork/faxmachine.dm b/code/modules/paperwork/faxmachine.dm index 3e46b4192eb..fdfc85a9c55 100644 --- a/code/modules/paperwork/faxmachine.dm +++ b/code/modules/paperwork/faxmachine.dm @@ -128,8 +128,9 @@ var/list/alldepartments = list() var/list/combineddepartments = alldepartments if(long_range_enabled) combineddepartments += admin_departments - if(emagged) - combineddepartments += hidden_admin_departments + + if(emagged) + combineddepartments += hidden_admin_departments destination = input(usr, "To which department?", "Choose a department", "") as null|anything in combineddepartments if(!destination)