mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
No timer on self
This commit is contained in:
@@ -105,8 +105,9 @@
|
||||
if(H.species && !H.should_have_organ(O_HEART))
|
||||
H.reagents.trans_to_obj(src, amount)
|
||||
else
|
||||
if(!do_mob(user, target, time))
|
||||
return
|
||||
if(ismob(H) && H != user)
|
||||
if(!do_mob(user, target, time))
|
||||
return
|
||||
B = T.take_blood(src, amount)
|
||||
else
|
||||
if(!do_mob(user, target, time))
|
||||
|
||||
Reference in New Issue
Block a user