fuck everything (I tried to fix GC stuff again) (#8327)

This commit is contained in:
Cadyn
2024-04-29 07:08:39 -07:00
committed by GitHub
parent 674e30af5d
commit a5570c671c
6 changed files with 13 additions and 6 deletions

View File

@@ -222,7 +222,7 @@
//CHOMPEdit - entire proc changed basically to use recursive listening
/proc/get_mobs_in_radio_ranges(var/list/obj/item/device/radio/radios)
set background = 1
//set background = 1 //CHOMPEdit
. = list()
// Returns a list of mobs who can hear any of the radios given in @radios
for(var/obj/item/device/radio/R as anything in radios)