Makes reagent exposure methods bitflags (#53164)

This commit is contained in:
TemporalOroboros
2020-08-25 16:40:15 -07:00
committed by GitHub
parent fdb115c2d6
commit 70d4bcaf3c
55 changed files with 232 additions and 238 deletions
@@ -15,7 +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.trans_to(M, reagents.total_volume, method = INJECT)
reagents.trans_to(M, reagents.total_volume, methods = INJECT)
return BULLET_ACT_HIT
else
blocked = 100