Drawing blood takes time

This commit is contained in:
Anewbe
2016-11-19 14:31:57 -06:00
parent a0448aed34
commit 8e9416d03e
2 changed files with 40 additions and 0 deletions
@@ -105,8 +105,12 @@
if(H.species && !H.should_have_organ(O_HEART))
H.reagents.trans_to_obj(src, amount)
else
if(!do_mob(user, target, time))
return
B = T.take_blood(src, amount)
else
if(!do_mob(user, target, time))
return
B = T.take_blood(src,amount)
if (B)