From 6d652a6a67fd24874f40c70aec0ce703d95f36fb Mon Sep 17 00:00:00 2001 From: Atermonera Date: Mon, 21 Sep 2020 16:08:26 -0700 Subject: [PATCH] Merge pull request #7641 from ShadowLarkens/patch-1 Fix communicator video --- 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 063b4fe188..a88a434d96 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -10,9 +10,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. //VOREStation Edit