diff --git a/code/modules/mob/living/life.dm b/code/modules/mob/living/life.dm index a74a4a22b30..bf3d898b6c7 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -46,8 +46,8 @@ //Check if we're on fire handle_fire() - // Handle re-running ambience to mobs if they've remained in an area. - handle_ambience() + if(client) // Handle re-running ambience to mobs if they've remained in an area, AND have an active client assigned to them. + handle_ambience() //stuff in the stomach //handle_stomach() //VOREStation Code