adds fixxed sort

this time I sorted it useing the wright function
This commit is contained in:
MrKicker
2018-12-08 22:40:28 -05:00
parent fbcffd770b
commit 7cb7d662ca
+2 -1
View File
@@ -206,8 +206,9 @@ var/list/holopads = list()
if(A)
LAZYADD(callnames[A], I)
callnames -= get_area(src)
var/list/sorted_callnames = sortAtom(callnames)
dialling_input = TRUE
var/result = input(usr, "Choose an area to call", "Holocall") as null|anything in callnames
var/result = input(usr, "Choose an area to call", "Holocall") as null|anything in sorted_callnames
dialling_input = FALSE
if(QDELETED(usr) || !result || outgoing_call)
return