mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
adds mapping freedom to the TEG
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
desc = "A gas circulator pump and heat exchanger."
|
||||
icon_state = "circ1-off"
|
||||
|
||||
var/side = 1 // 1=left 2=right
|
||||
var/side = CIRC_COLD // 1=left 2=right
|
||||
var/status = 0
|
||||
|
||||
var/last_pressure_delta = 0
|
||||
@@ -15,6 +15,9 @@
|
||||
anchored = 1
|
||||
density = 1
|
||||
|
||||
var/global/const/CIRC_COLD = 1
|
||||
var/global/const/CIRC_HOT = 2
|
||||
|
||||
|
||||
/obj/machinery/atmospherics/components/binary/circulator/proc/return_transfer_air()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user