From d2c82c2111206ee5638cfebe6ab03d61e60666cd Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 18 May 2014 19:03:42 -0400 Subject: [PATCH] Compile fix --- code/modules/virus2/effect.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/virus2/effect.dm b/code/modules/virus2/effect.dm index fb9a2b21147..35a4210235d 100644 --- a/code/modules/virus2/effect.dm +++ b/code/modules/virus2/effect.dm @@ -214,7 +214,6 @@ name = "Spontaneous Cellular Collapse" stage = 4 activate(var/mob/living/carbon/mob,var/multiplier) - var/mob/living/carbon/human/H = mob mob.reagents.add_reagent("pacid", 1) mob << " Your body burns as your cells break down." shake_camera(mob,5*multiplier)