sortAtom improvements

This commit is contained in:
Markolie
2015-08-28 23:52:27 +02:00
parent f10a4de9c6
commit 2787c2fd46
11 changed files with 20 additions and 12 deletions
@@ -149,7 +149,7 @@
var/pdas[0]
if(!user.pda.toff)
for(var/obj/item/device/pda/P in sortAtom(PDAs))
for(var/obj/item/device/pda/P in PDAs)
if(!P.owner || P.toff || P == user.pda || P.hidden) continue
var/pda[0]
pda["name"] = "[P]"