Merge pull request #919 from Fox-McCloud/asteroid-temps

Asteroid Temp Fix 2.0--LINDA Edition
This commit is contained in:
TheDZD
2015-05-03 11:04:47 -04:00
+2 -2
View File
@@ -9,7 +9,7 @@
opacity = 1
density = 1
blocks_air = 1
temperature = T0C
temperature = TCMB
var/mineral/mineral
var/mined_ore = 0
var/last_act = 0
@@ -392,7 +392,7 @@
icon_state = "asteroid"
oxygen = 0.01
nitrogen = 0.01
temperature = T0C
temperature = TCMB
icon_plating = "asteroid"
var/dug = 0 //0 = has not yet been dug, 1 = has already been dug
has_resources = 1