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 GitHub
-3
View File
@@ -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.