fix up airless turfs to be actually airless

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
Mloc-Argent
2014-12-21 20:36:11 +00:00
parent debba68c44
commit cf15517f8a
3 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
/turf/simulated/floor/airless /turf/simulated/floor/airless
icon_state = "floor" icon_state = "floor"
name = "airless floor" name = "airless floor"
oxygen = 0.01 oxygen = 0
nitrogen = 0.01 nitrogen = 0
temperature = TCMB temperature = TCMB
New() New()
@@ -84,7 +84,7 @@
name = "vacuum floor" name = "vacuum floor"
icon_state = "engine" icon_state = "engine"
oxygen = 0 oxygen = 0
nitrogen = 0.001 nitrogen = 0
temperature = TCMB temperature = TCMB
/turf/simulated/floor/plating /turf/simulated/floor/plating
@@ -96,8 +96,8 @@
/turf/simulated/floor/plating/airless /turf/simulated/floor/plating/airless
icon_state = "plating" icon_state = "plating"
name = "airless plating" name = "airless plating"
oxygen = 0.01 oxygen = 0
nitrogen = 0.01 nitrogen = 0
temperature = TCMB temperature = TCMB
New() New()

View File

@@ -3,7 +3,7 @@
name = "\proper space" name = "\proper space"
icon_state = "0" icon_state = "0"
temperature = T0C temperature = TCMB
thermal_conductivity = OPEN_HEAT_TRANSFER_COEFFICIENT thermal_conductivity = OPEN_HEAT_TRANSFER_COEFFICIENT
// heat_capacity = 700000 No. // heat_capacity = 700000 No.

View File

@@ -390,9 +390,9 @@
name = "asteroid" name = "asteroid"
icon = 'icons/turf/floors.dmi' icon = 'icons/turf/floors.dmi'
icon_state = "asteroid" icon_state = "asteroid"
oxygen = 0.01 oxygen = 0
nitrogen = 0.01 nitrogen = 0
temperature = T0C temperature = TCMB
icon_plating = "asteroid" icon_plating = "asteroid"
var/dug = 0 //0 = has not yet been dug, 1 = has already been dug var/dug = 0 //0 = has not yet been dug, 1 = has already been dug
var/overlay_detail var/overlay_detail