From 01b41acf06bd87a34458b10d85ec1f9f053726bc Mon Sep 17 00:00:00 2001 From: alex-gh Date: Sun, 18 May 2014 17:59:58 +0200 Subject: [PATCH] Removed game-breaking virology effect --- code/modules/virus2/effect.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/virus2/effect.dm b/code/modules/virus2/effect.dm index d65b3d50ffd..fb9a2b21147 100644 --- a/code/modules/virus2/effect.dm +++ b/code/modules/virus2/effect.dm @@ -555,6 +555,8 @@ var/list/compatible_mobs = list(/mob/living/carbon/human, /mob/living/carbon/mon ..() +//Lets not make people nearly immortal. ~Alex-gh +/* /datum/disease2/effect/spaceadapt name = "Space Adaptation Effect" stage = 3 @@ -568,7 +570,7 @@ var/list/compatible_mobs = list(/mob/living/carbon/human, /mob/living/carbon/mon var/datum/organ/external/chest/chest = H.get_organ("chest") for(var/datum/organ/internal/I in chest.internal_organs) I.damage = 0 - +*/ ////////////////////////STAGE 2/////////////////////////////////