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)