Merge pull request #7641 from ShadowLarkens/patch-1

Fix communicator video
This commit is contained in:
Atermonera
2020-09-21 16:08:26 -07:00
committed by VirgoBot
parent 4b83c18fb7
commit 6d652a6a67
-3
View File
@@ -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