* Fixes the air stored inside atmos machinery not updating on construction

* Fixes filters and mixers switching off on icon update
* Fixes the RPD not properly setting the flipped variable for flipped mixers/filters
* Fixes using the atmos analyzer on a pipe making you attack it
This commit is contained in:
Menshin
2015-02-04 21:56:07 +01:00
parent 920bca9147
commit a1a8555a45
7 changed files with 52 additions and 31 deletions
@@ -94,6 +94,11 @@
update_icon()
/obj/machinery/atmospherics/binary/construction()
..()
parent1.update = 1
parent2.update = 1
/obj/machinery/atmospherics/binary/build_network()
if(!parent1)
parent1 = new /datum/pipeline()