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