From 462fbd1eb33feb61415217e5eaa54419a1c9f5d0 Mon Sep 17 00:00:00 2001 From: ShadowLarkens Date: Fri, 11 Sep 2020 04:18:51 -0700 Subject: [PATCH] Fix communicator video Hey @Neerti is this a safe fix? I'm really not sure what the heck this was doing there in the first place Fixes #6531 --- code/modules/mob/living/life.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/life.dm b/code/modules/mob/living/life.dm index 64ac2edaf6..faab8b3e40 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -9,9 +9,6 @@ if(!loc) return - if(machine && !CanMouseDrop(machine, src)) - machine = null - var/datum/gas_mixture/environment = loc.return_air() handle_modifiers() // Do this early since it might affect other things later.