-Lot of runtime fixes for advance diseases.

-Added two new symptoms, fever and itching.
-Changed some stats on existing symptoms.
-Emotes sucks so I used visible_message if there was no preset emote.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5021 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-11-07 08:21:36 +00:00
parent 698f86152c
commit 0162968399
10 changed files with 135 additions and 42 deletions

View File

@@ -304,4 +304,9 @@ proc/listclearnulls(list/list)
if(bitfield & bit)
r += bit
return r
return r
/proc/safe_pick_list(var/list/L)
if(L.len)
return pick(L)
return null