mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user