From bd30d5c26355e5ab103b004191d000a55a5dba7b Mon Sep 17 00:00:00 2001 From: "n3ophyt3@gmail.com" Date: Wed, 2 Feb 2011 21:21:37 +0000 Subject: [PATCH] commented out some code from an unrelated project that won't compile right without some files I'm not going to commit until I have said project done. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@943 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/events.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/events.dm b/code/game/gamemodes/events.dm index 84e5955ee4..db78133792 100644 --- a/code/game/gamemodes/events.dm +++ b/code/game/gamemodes/events.dm @@ -250,8 +250,8 @@ virus_type = /datum/disease/dnaspread if("flu") virus_type = /datum/disease/flu - if("t-virus") - virus_type = /datum/disease/t_virus +// if("t-virus") +// virus_type = /datum/disease/t_virus if("pierrot's throat") virus_type = /datum/disease/pierrot_throat for(var/mob/living/carbon/human/H in world)