Skip to content

Commit

Permalink
Fixed dualport vents
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed Oct 14, 2014
1 parent 196f373 commit 7eb4674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/ATMOSPHERICS/components/binary_devices/dp_vent_pump.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
var/datum/gas_mixture/removed = air1.remove(transfer_moles)

loc.assume_air(removed)
air_update_turf()

if(network1)
network1.update = 1
Expand All @@ -91,6 +92,7 @@
var/datum/gas_mixture/removed = loc.remove_air(transfer_moles)

air2.merge(removed)
air_update_turf()

if(network2)
network2.update = 1
Expand Down

0 comments on commit 7eb4674

Please sign in to comment.