mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-08-26 14:16:23 +01:00
Committed atmospheric pipe tests
This commit is contained in:
+3
-8
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user