- Forgot to comment out my stupid debug message

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@340 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
panurgomatic
2010-10-21 03:26:34 +00:00
parent c0c940db6a
commit 8fdb9182ca

View File

@@ -70,7 +70,7 @@ to null does not delete the object itself. Thank you.
/mob/proc/contract_disease(var/datum/disease/virus, var/skip_this = 0)
world << "Contract_disease called by [src] with virus [virus]"
//world << "Contract_disease called by [src] with virus [virus]"
if(skip_this == 1)
if(src.virus)