Changed some descriptions up.

Fixed a bug where you could not draw blood from anything. This has been fixed! (It was throwing a runtime error related to the virus2 system) You can't draw blood from Metroids though because they have no blood.

Fixed some silly typo.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1909 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-23 06:44:33 +00:00
parent d1b3c809e4
commit 4ce68ee286
5 changed files with 19 additions and 16 deletions
+4 -2
View File
@@ -850,7 +850,7 @@
return
if(ismob(target))//Blood!
if(istype(src, /mob/living/carbon/metroid))
if(istype(target, /mob/living/carbon/metroid))
user << "\red You are unable to locate any blood."
return
if(src.reagents.has_reagent("blood"))
@@ -881,7 +881,9 @@
B.data["viruses"] += new D.type
B.data["virus2"] = T.virus2.getcopy()
if(B.data["virus2"])
if(T.virus2)
B.data["virus2"] = T.virus2.getcopy()
B.data["blood_DNA"] = copytext(T.dna.unique_enzymes,1,0)
if(T.resistances&&T.resistances.len)