mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
modules/atmospherics major cleanup (#61904)
major cleanup of modules/atmospherics folder and all related files, still many missing -cleanup of procs name -cleanup of vars name -documentation of some of the procs -minor changes to some for() logic (no in game changes just early continue or as anything checks) No in game changes, only code and docs
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
var/obj/machinery/atmospherics/pipeyoudiein = M.loc
|
||||
var/datum/pipeline/ourpipeline
|
||||
var/pipenets = pipeyoudiein.returnPipenets()
|
||||
var/pipenets = pipeyoudiein.return_pipenets()
|
||||
if(islist(pipenets))
|
||||
ourpipeline = pipenets[1]
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user