From 1ba4270f7889e6b9ac10583a5cc3e8522cd96400 Mon Sep 17 00:00:00 2001 From: Krausus Date: Wed, 27 May 2015 00:34:26 -0400 Subject: [PATCH] Reverts borgification disorder --- code/modules/virus2/effect.dm | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/code/modules/virus2/effect.dm b/code/modules/virus2/effect.dm index 33b8fd46f6c..4a2ac380a55 100644 --- a/code/modules/virus2/effect.dm +++ b/code/modules/virus2/effect.dm @@ -104,22 +104,6 @@ ////////////////////////STAGE 4///////////////////////////////// -/datum/disease2/effect/borg - name = "Borgification Disorder" - stage = 4 - badness = 2 - activate(var/mob/living/carbon/mob,var/multiplier) - mob << "\red You feel like booping and beeping." - if(prob(50)) - var/location = get_turf(mob.loc) - if(mob.client) - mob.client.mob = new/mob/living/silicon/robot(location) - else - new/mob/living/silicon/robot(location) - var/datum/disease2/disease/D = mob.virus2 - mob.gib() - del D - /datum/disease2/effect/omnizine name = "Panacea Effect" stage = 4