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
This commit is contained in:
ShadowLarkens
2020-09-11 04:18:51 -07:00
committed by GitHub
parent 9f1d1899be
commit 462fbd1eb3

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.