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
@@ -144,7 +144,7 @@
if(beegent && isliving(target))
var/mob/living/L = target
if(!isnull(target.reagents))
beegent.reaction_mob(L, TOUCH)
beegent.reaction_mob(L, INGEST)
L.reagents.add_reagent(beegent.id, rand(1,5))
target.attack_animal(src)