Syringe Refactor. Overhauls Lethal Injection Syringe (#12467)

* Syringe Refactor. Overhauls Lethal Injection Syringe

* fixes
This commit is contained in:
variableundefined
2019-10-04 14:48:35 -04:00
committed by GitHub
25 changed files with 90 additions and 200 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
var/mob/living/carbon/human/H = M
var/obj/item/organ/external/affecting = H.get_organ(user.zone_sel.selecting)
if(!H.can_inject(user, 1))
if(!H.can_inject(user, TRUE))
return 1
if(!affecting)