Fixes Several Injections

This commit is contained in:
Fox-McCloud
2016-04-23 03:45:29 -04:00
parent 6a2316d266
commit e9010971bf
3 changed files with 3 additions and 1 deletions
@@ -194,6 +194,7 @@
if(istype(target, /mob/living/carbon))
var/mob/living/carbon/M = target
if(M.can_inject(null,0,hit_zone)) // Pass the hit zone to see if it can inject by whether it hit the head or the body.
reagents.reaction(M, INGEST)
reagents.trans_to(M, reagents.total_volume)
return 1
else