Emag Changes

This commit is contained in:
SamCroswell
2016-09-02 18:09:17 -04:00
parent 73b845721e
commit a0dd7a1cce
+3 -2
View File
@@ -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)