Atmospherics' misc gases tank now starts with 2000 x 9 moles of n20. Prepare to fall asleep more often.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1645 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-05-31 13:13:34 +00:00
parent cdb45b08ce
commit 71904f8441
2 changed files with 3903 additions and 3889 deletions
+12
View File
@@ -602,6 +602,18 @@ var/list/plating_icons = list("plating","platingdmg1","platingdmg2","platingdmg3
thermal_conductivity = 0.025
heat_capacity = 325000
/turf/simulated/floor/engine/n20
New()
..()
var/datum/gas_mixture/adding = new
var/datum/gas/sleeping_agent/trace_gas = new
trace_gas.moles = 2000
adding.trace_gases += trace_gas
adding.temperature = T20C
assume_air(adding)
/turf/simulated/floor/engine/vacuum
name = "vacuum floor"
icon_state = "engine"
+3891 -3889
View File
File diff suppressed because it is too large Load Diff