Skip to content

Commit

Permalink
[MIRROR] Changes Cryo cells to use machine direction instead of hardc…
Browse files Browse the repository at this point in the history
…oded one on startup. [MDB IGNORE] (#521)

* Changes Cryo cells to use machine direction instead of hardcoded one on startup. (#79585)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: TwistedCicrularConvexLens <[email protected]>
  • Loading branch information
3 people authored Nov 9, 2023
1 parent e1a27e9 commit ae38fbe
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
qdel(src)
return

gas_connector.dir = direction
gas_connector.dir = connected_machine.dir
gas_connector.airs[1].volume = gas_volume

SSair.start_processing_machine(connected_machine)
register_with_machine()
gas_connector.set_init_directions()
gas_connector.atmos_init()
SSair.add_to_rebuild_queue(gas_connector)

/datum/gas_machine_connector/Destroy()
connected_machine = null
Expand Down

0 comments on commit ae38fbe

Please sign in to comment.