mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
next globs (#19292)
* next globs * few more * some more * . * should be added on map laod * . * that needs its own PR * .
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
var/obj/item/pda/P = null
|
||||
var/list/viables = list()
|
||||
|
||||
for(var/obj/item/pda/check_pda in sort_names(PDAs))
|
||||
for(var/obj/item/pda/check_pda in GLOB.PDAs)
|
||||
if (!check_pda.owner || check_pda == src || check_pda.hidden)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user