-Added a check for the target's location when drag and dropping someone into a disposal unit.

-Misc stuff with diseases.
-Forgot to add the .dme so the extra symptoms will be ticked now.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5014 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-11-06 15:02:00 +00:00
parent 9e14159690
commit f4a559f183
3 changed files with 288 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ to null does not delete the object itself. Thank you.
*/
var/list/diseases = typesof(/datum/disease) - /datum/disease - /datum/disease/advance
var/list/diseases = typesof(/datum/disease, /datum/disease/advance) - /datum/disease - /datum/disease/advance
/datum/disease