mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 04:08:55 +01:00
[MIRROR] next globs (#12552)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
73faa45a34
commit
5567a1a245
@@ -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