More runtime error fixage.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1157 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-03-04 02:49:18 +00:00
parent ad58cb51e4
commit 2141d8cc7b
+3
View File
@@ -620,6 +620,9 @@
var/amount = src.reagents.maximum_volume - src.reagents.total_volume
var/mob/living/carbon/T = target
var/datum/reagent/B = new /datum/reagent/blood
if(!T.dna)
usr << "You are unable to locate any blood. (To be specific, your target seems to be missing their DNA datum)"
return
B.holder = src
B.volume = amount
//set reagent data