From c4b181ad98f63fa844ff79f1d3e1f32f4eb777e0 Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Mon, 2 Jan 2012 00:56:37 +0000 Subject: [PATCH] The blob can now break canisters git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2897 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/atmoalter/canister.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/atmoalter/canister.dm b/code/game/machinery/atmoalter/canister.dm index 7cf86a03ed5..6b9964fec47 100644 --- a/code/game/machinery/atmoalter/canister.dm +++ b/code/game/machinery/atmoalter/canister.dm @@ -150,7 +150,7 @@ return 0 /obj/machinery/portable_atmospherics/canister/blob_act() - src.health -= 1 + src.health -= 200 healthcheck() return