mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
fix up airless turfs to be actually airless
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user