[MIRROR] [READY]syriniver nerfix / syringe projectile fix + various fixes requested by maintainer (#190)

* [READY]syriniver nerfix /  syringe projectile fix + various fixes requested by maintainer (#52019)

* syringe projectile fix

* greenman review

* oversight fix

* [READY]syriniver nerfix /  syringe projectile fix + various fixes requested by maintainer

Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-08-04 12:18:41 +02:00
committed by GitHub
co-authored by Krysonism
parent 418778e7cb
commit 724f9632b5
13 changed files with 19 additions and 39 deletions
@@ -15,8 +15,7 @@
if(blocked != 100) // not completely blocked
if(M.can_inject(null, FALSE, def_zone, piercing)) // Pass the hit zone to see if it can inject by whether it hit the head or the body.
..()
reagents.expose(M, INJECT)
reagents.trans_to(M, reagents.total_volume)
reagents.trans_to(M, reagents.total_volume, method = INJECT)
return BULLET_ACT_HIT
else
blocked = 100