mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] var/global/list -> GLOB. conversion (#11193)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6f8cbcf612
commit
2c9453b5c3
@@ -16,10 +16,10 @@
|
||||
|
||||
/obj/item/tvcamera/Initialize(mapload)
|
||||
. = ..()
|
||||
listening_objects += src
|
||||
GLOB.listening_objects += src
|
||||
|
||||
/obj/item/tvcamera/Destroy()
|
||||
listening_objects -= src
|
||||
GLOB.listening_objects -= src
|
||||
qdel(camera)
|
||||
qdel(radio)
|
||||
camera = null
|
||||
@@ -180,10 +180,10 @@
|
||||
|
||||
/obj/item/clothing/accessory/bodycam/Initialize(mapload)
|
||||
. = ..()
|
||||
listening_objects += src
|
||||
GLOB.listening_objects += src
|
||||
|
||||
/obj/item/clothing/accessory/bodycam/Destroy()
|
||||
listening_objects -= src
|
||||
GLOB.listening_objects -= src
|
||||
qdel(bcamera)
|
||||
qdel(bradio)
|
||||
bcamera = null
|
||||
|
||||
Reference in New Issue
Block a user