mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
Drawing blood takes time
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user