Fixes Speaking, Whoops

This commit is contained in:
ChuckTheSheep
2014-02-25 13:38:06 -05:00
parent 5899b02573
commit fd8cd6ebc3
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -200,11 +200,12 @@
hear += A
if(isobj(A) || ismob(A))
hear = recursive_mob_check(A, hear, 3, 1, 0, 1)
hear = recursive_mob_check(A, 1, 0, 1)
return hear
/proc/get_mobs_in_radio_ranges(var/list/obj/item/device/radio/radios)
set background = BACKGROUND_ENABLED
+1 -1
View File
@@ -32,7 +32,7 @@
src.icon_state = "morgue2"//default dead no-client mob
var/list/compiled = recursive_mob_check(src,client_check=0,sight_check=0)//run through contents
var/list/compiled = recursive_mob_check(src,0,0)//run through contents
if(!length(compiled))//no mobs at all, but objects inside
src.icon_state = "morgue3"