From 489634a204fb3bf889b71be69c3c04a1f3b46141 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Wed, 28 Feb 2018 20:53:07 -0500 Subject: [PATCH] ... but not borg syringes. --- code/modules/reagents/reagent_containers/syringes_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/reagents/reagent_containers/syringes_vr.dm b/code/modules/reagents/reagent_containers/syringes_vr.dm index 2e8fec60f9..1c6fb55fe8 100644 --- a/code/modules/reagents/reagent_containers/syringes_vr.dm +++ b/code/modules/reagents/reagent_containers/syringes_vr.dm @@ -24,6 +24,8 @@ return 1 /obj/item/weapon/reagent_containers/syringe/proc/dirty(var/mob/living/carbon/human/target, var/obj/item/organ/external/eo) + if(!ishuman(loc)) + return //Avoid borg syringe problems. LAZYINITLIST(targets) //We can't keep a mob reference, that's a bad idea, so instead name+ref should suffice.