* Removed SPAWN_COLD

This commit is contained in:
Giacomand
2013-10-07 00:55:52 +01:00
parent d36535a433
commit ef41ccf5da
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -214,7 +214,6 @@ turf/CanPass(atom/movable/mover, turf/target, height=1.5,air_group=0)
T.atmos_spawn_air(text, amount)
var/const/SPAWN_HEAT = 1
var/const/SPAWN_COLD = 2
var/const/SPAWN_TOXINS = 4
var/const/SPAWN_OXYGEN = 8
@@ -233,8 +232,6 @@ var/const/SPAWN_AIR = 256
if(flag & SPAWN_HEAT)
G.temperature += 1000
if(flag & SPAWN_COLD)
G.temperature = max(1, G.temperature - 1000)
if(flag & SPAWN_TOXINS)
G.toxins += amount
+2 -2
View File
@@ -1856,8 +1856,8 @@ datum
if(volume >= 5)
for(var/mob/living/carbon/slime/M in T)
M.adjustToxLoss(rand(15,30))
if(istype(T))
T.atmos_spawn_air(SPAWN_COLD)
//if(istype(T))
// T.atmos_spawn_air(SPAWN_COLD)
sodiumchloride
name = "Table Salt"