Update game.dm

This commit is contained in:
kevinz000
2020-01-24 04:45:53 -07:00
committed by GitHub
parent 8816a8b3e4
commit ea43724fc5
+1 -1
View File
@@ -240,9 +240,9 @@
/proc/get_hearers_in_view(R, atom/source)
var/turf/T = get_turf(source)
. = list()
if(!T)
return
. = list()
var/list/processing = list()
if(R == 0)
processing += T.contents