Merge pull request #14085 from MrStonedOne/patch-107

[Ready]Fixes portable connector keeping air
This commit is contained in:
tkdrg
2016-01-09 12:47:15 -03:00
@@ -8,6 +8,12 @@
use_power = 0
level = 0
/obj/machinery/atmospherics/components/unary/portables_connector/New()
..()
var/datum/gas_mixture/air_contents = AIR1
air_contents.volume = 0
/obj/machinery/atmospherics/components/unary/portables_connector/visible
level = 2