mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
Added debug information (to the log with ooc and all that, feel free to make it actually make an error) for when the scrubber and distro atmos loops are directly linked at round start, fixed a thing where someone left multiple pipes with the same dir in a brig cell, causing pipes to freak the hell out
This commit is contained in:
@@ -253,11 +253,19 @@ obj/machinery/atmospherics/pipe
|
||||
name="Scrubbers pipe"
|
||||
color="red"
|
||||
icon_state = ""
|
||||
initialize()
|
||||
..()
|
||||
if(istype(node1, /obj/machinery/atmospherics/pipe/simple/supply) || istype(node1, /obj/machinery/atmospherics/pipe/simple/supply))
|
||||
log_admin("Warning, scrubber pipeline connected to supply pipeline at [x], [y], [z]!")
|
||||
|
||||
simple/supply
|
||||
name="Air supply pipe"
|
||||
color="blue"
|
||||
icon_state = ""
|
||||
initialize()
|
||||
..()
|
||||
if(istype(node1, /obj/machinery/atmospherics/pipe/simple/scrubbers) || istype(node1, /obj/machinery/atmospherics/pipe/simple/scrubbers))
|
||||
log_admin("Warning, supply pipeline connected to scrubber pipeline at [x], [y], [z]!")
|
||||
|
||||
simple/supplymain
|
||||
name="Main air supply pipe"
|
||||
|
||||
Reference in New Issue
Block a user