mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Adds unaccounted for volumes to the gas analyzer's scan and allows for a summarized view of scanned airs (#27668)
* pipes now return all airs in their pipenet when analyzed and the gas scan can either return individual reports of all airs or the sum of all airs. * Replaces scanners.dm with the one from the upstream since it didn't do so when I merged * Makes the scanner scan all connected volumes again. need to re-add detailed mode * Readds the detailed report feature to the analyzer * changes a comment * corrects the message when turning detailed reporting on/off * Fixes a runtime the could happen when gas scanning things that don't have a gas mix associated with them as a ghost.
This commit is contained in:
committed by
GitHub
parent
5120053853
commit
8e1df0dced
@@ -64,7 +64,7 @@
|
||||
/obj/machinery/atmospherics/pipe/return_analyzable_air()
|
||||
if(!parent)
|
||||
return null
|
||||
return parent.air
|
||||
return list(parent.air) + parent.other_airs
|
||||
|
||||
/obj/machinery/atmospherics/pipe/build_network(remove_deferral = FALSE)
|
||||
if(!parent)
|
||||
|
||||
Reference in New Issue
Block a user