From 5321041af635fa39d761b4eeaca80807ec4f1f5a Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Thu, 5 Jan 2012 17:19:57 -0700 Subject: [PATCH] Update code/game/gamemodes/blob/theblob.dm --- code/game/gamemodes/blob/theblob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/blob/theblob.dm b/code/game/gamemodes/blob/theblob.dm index 553783f8caf..e5041568d45 100644 --- a/code/game/gamemodes/blob/theblob.dm +++ b/code/game/gamemodes/blob/theblob.dm @@ -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)