This commit is contained in:
Zuhayr
2014-05-28 16:57:15 +09:30
committed by ZomgPonies
parent 047f0bdd67
commit 02730d515a
+2
View File
@@ -133,7 +133,9 @@ var/list/alldepartments = list("Central Command")
authenticated = 0
if(href_list["dept"])
var/lastdpt = dpt
dpt = input(usr, "Which department?", "Choose a department", "") as null|anything in alldepartments
if(!dpt) dpt = lastdpt
if(href_list["auth"])
if ( (!( authenticated ) && (scan)) )