Update code/game/gamemodes/blob/theblob.dm

This commit is contained in:
SkyMarshal
2012-01-05 17:19:57 -07:00
parent b832e1b106
commit 5321041af6

View File

@@ -172,7 +172,7 @@
temperature_expose(datum/gas_mixture/air, temperature, volume)
if(temperature > T0C+200)
health -= 0.01 * temperature
update()
update()
proc/expand(var/turf/T = null)
if(!prob(health)) return//TODO: Change this to prob(health + o2 mols or such)
if(!T)