From efdeea5bab7aded824afb60fc631c1e99631186c Mon Sep 17 00:00:00 2001 From: DJSnapshot Date: Thu, 26 Dec 2013 13:20:38 -0800 Subject: [PATCH] Nerf to shield blobs. Now they take 2 hits instead of 3, that way they are a little easier to deal with and hopefully not as much meta will have to occur. --- code/game/gamemodes/blob/blobs/shield.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/blob/blobs/shield.dm b/code/game/gamemodes/blob/blobs/shield.dm index 4c77520846a..0e1b6c07eb4 100644 --- a/code/game/gamemodes/blob/blobs/shield.dm +++ b/code/game/gamemodes/blob/blobs/shield.dm @@ -6,7 +6,7 @@ density = 1 opacity = 0 anchored = 1 - health = 100 + health = 60 brute_resist = 1 fire_resist = 2