Fix for bloodying shoes when walking in a puddle of blood.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3241 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
joe.heinemeyer@gmail.com
2012-03-03 03:13:07 +00:00
parent 83b4a6ae3f
commit 43b00f5f89
4 changed files with 13 additions and 5 deletions
+2 -2
View File
@@ -816,7 +816,7 @@
else if (istype(src, /mob/living/carbon/alien))
xgibs(loc, viruses)
else
gibs(loc, viruses)
gibs(loc, viruses, dna)
/* else if(key)
if(istype(src, /mob/living/simple_animals)) //Should gib all simple_animals like a monkey
@@ -832,7 +832,7 @@ Currently doesn't work, but should be useful later or at least as a template
else if(istype(src, /mob/living/carbon/alien))
xgibs(loc, viruses)
else
gibs(loc, viruses)
gibs(loc, viruses, dna)
sleep(15)
del(src)