This commit is contained in:
Poojawa
2019-04-15 11:28:42 -05:00
parent 8b6d0d0604
commit 12d17f6f52
+3 -3
View File
@@ -80,13 +80,13 @@
if(!target.has_dna())
to_chat(usr, "<span class='danger'>The drip beeps: Warning, incompatible creature!</span>")
return
var/mob/living/L
if(isliving(target))
L = target
if(!L.can_inject(user, 1))
if(!L.can_inject(usr, 1))
return
if(Adjacent(target) && usr.Adjacent(target))
if(beaker)
usr.visible_message("<span class='warning'>[usr] attaches [src] to [target].</span>", "<span class='notice'>You attach [src] to [target].</span>")