mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
More runtime error fixage.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1157 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user