mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user