mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
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:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user