mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
* 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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user