-Fixed blood vomiting not hurting you.

-Removed an unneeded fingerprint proc.
-Fixed some of the blood/vomit/gibs spills not correctly processing.
-Reduced the life of a virus with no mob host.
-You can now tell how a virus spreads by the Pandemic.
-Made making vaccines quicker and making blood virals quicker too.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5232 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-11-30 16:37:35 +00:00
parent ea700332cb
commit cd2fcfc920
11 changed files with 29 additions and 30 deletions
@@ -1040,9 +1040,8 @@
set category = "IC"
set src = usr
if(module_active)
var/obj/item/W = get_active_hand()
if (W)
W.attack_self(src)
var/obj/item/W = module_active
if (W)
W.attack_self(src)
return