[MIRROR] next globs (#12552)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-19 00:20:05 +01:00
committed by GitHub
co-authored by Kashargul
parent 73faa45a34
commit 5567a1a245
57 changed files with 367 additions and 365 deletions
+2 -3
View File
@@ -108,8 +108,7 @@
/obj/item/pda/Initialize(mapload)
. = ..()
PDAs += src
PDAs = sort_names(PDAs)
GLOB.PDAs += src
update_programs()
if(default_cartridge)
cartridge = new default_cartridge(src)
@@ -474,7 +473,7 @@
return
/obj/item/pda/Destroy()
PDAs -= src
GLOB.PDAs -= src
if (id && !delete_id && id.loc == src)
id.forceMove(get_turf(loc))
else