From 8ae4ad268e82be02735494f32664d261f4b4c7f5 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Mon, 13 Jan 2014 06:34:16 +0100 Subject: [PATCH] 'Unidentified Foreign Body' Effect is no longer abtainable through virology, random events can still spawn it --- code/modules/virus2/effect.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/virus2/effect.dm b/code/modules/virus2/effect.dm index 8edee34eca4..af02775e47e 100644 --- a/code/modules/virus2/effect.dm +++ b/code/modules/virus2/effect.dm @@ -51,6 +51,7 @@ /datum/disease2/effect/alien name = "Unidentified Foreign Body" stage = 4 + badness = 3 activate(var/mob/living/carbon/mob,var/multiplier) mob << "\red You feel something tearing its way out of your stomach..." mob.adjustToxLoss(10)