From 2fd7816a57154b63fb6a48445ebbee3d4fdafbf8 Mon Sep 17 00:00:00 2001 From: Nerd Lord Date: Thu, 17 Dec 2015 15:51:10 -0500 Subject: [PATCH] it really wasn't --- 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 8af474a7da6..d2e23bd854e 100644 --- a/code/game/gamemodes/blob/theblob.dm +++ b/code/game/gamemodes/blob/theblob.dm @@ -229,7 +229,7 @@ else damage = 0 if(overmind) - overmind.blob_reagent_datum.damage_reaction(src, health, damage, damage_type, cause) //pass the blob, its health before damage, the damage being done, the type of damage being done, the cause, and the appendix of the attacker. + overmind.blob_reagent_datum.damage_reaction(src, health, damage, damage_type, cause) //pass the blob, its health before damage, the damage being done, the type of damage being done, and the cause. health -= damage update_icon() check_health()