diff --git a/code/modules/mob/living/life.dm b/code/modules/mob/living/life.dm index 857075fee3..6d1eed81ba 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -91,13 +91,13 @@ /mob/living/proc/handle_stomach() return - +/* CHOMP Edit: Disable constant ambience /mob/living/proc/handle_ambience() // If you're in an ambient area and have not moved out of it for x time, we're going to play ambience again to you, to help break up the silence. if(world.time >= (lastareachange + 30 SECONDS)) // Every 30 seconds, we're going to run a 35% chance to play ambience. var/area/A = get_area(src) if(A) A.play_ambience(src, initial = FALSE) - +*/ /mob/living/proc/update_pulling() if(pulling) if(incapacitated())