Update game.dm

This commit is contained in:
kevinz000
2020-01-24 15:59:09 -07:00
committed by GitHub
parent d837cf1fd0
commit e6e3763705
-14
View File
@@ -145,20 +145,6 @@
turfs += T
return turfs
//This is the new version of recursive_mob_check, used for say().
//The other proc was left intact because morgue trays use it.
//Sped this up again for real this time
/proc/recursive_hear_check(O)
var/list/processing_list = list(O)
. = list()
var/i = 0
while(i < length(processing_list))
var/atom/A = processing_list[++i]
if(A.flags_1 & HEAR_1)
. += A
processing_list += A.contents
/** recursive_organ_check
* inputs: O (object to start with)
* outputs: