mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
one more lil sneaky chompedit tag
This commit is contained in:
@@ -236,7 +236,7 @@ var/mobs_radio_range_fired = 1 //CHOMPEdit
|
|||||||
var/turf/speaker = get_turf(R)
|
var/turf/speaker = get_turf(R)
|
||||||
if(speaker)
|
if(speaker)
|
||||||
for(var/turf/T in R.can_broadcast_to()) //CHOMPEdit
|
for(var/turf/T in R.can_broadcast_to()) //CHOMPEdit
|
||||||
T.temp_check[our_iter] = TRUE
|
T.temp_check[our_iter] = TRUE //CHOMPEdit
|
||||||
speaker_coverage[T] = R
|
speaker_coverage[T] = R
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user