mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
* Removed SPAWN_COLD
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user