mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +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:
@@ -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