mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 00:33:20 +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
@@ -544,7 +544,7 @@
|
||||
set_pin_data(IC_OUTPUT, 4, exonet.address)
|
||||
|
||||
var/is_communicator = FALSE // improved communicator support
|
||||
for(var/obj/item/communicator/comm in all_communicators)
|
||||
for(var/obj/item/communicator/comm in GLOB.all_communicators)
|
||||
if(comm.exonet && comm.exonet.address == target_address)
|
||||
is_communicator = TRUE
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user