Committed atmospheric pipe tests

This commit is contained in:
zjm7891
2008-07-27 06:31:25 +00:00
parent a9bb184320
commit 0155eaedfa
16 changed files with 1851 additions and 1157 deletions
+3 -8
View File
@@ -225,6 +225,7 @@ heat is conserved between exchanges
turf_add(T, src.co2 + src.oxygen + src.plasma + src.n2)
return
/obj/substance/gas/proc/tot_gas()
return src.co2 + src.oxygen + src.plasma + src.sl_gas + src.n2
@@ -346,14 +347,7 @@ heat is conserved between exchanges
return
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Gonna be honest, I was only 70% sure of anything I did here with these processes, but they SEEM to work in game correctly./
//Most of it is honestly just copy over from above procs, after which I edited what I could decipher. /
//If there is something wrong with these, either scrap and redo them or edit what needs to be edited. /
//Just make sure to make appropriate changes to vent.dm if you change proc names. /
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Gas specific addition procs
@@ -547,6 +541,7 @@ heat is conserved between exchanges
target.res_vars()
return
/* original version
/obj/substance/gas/proc/extract_toxs(var/turf/target as turf)