POLARIS: Make borg recharger test more robust

This commit is contained in:
Aronai Sieyes
2018-03-17 13:02:50 -04:00
committed by Leshana
parent 3beaefd679
commit 2115f6fad2

View File

@@ -254,7 +254,7 @@
else if(istype(L, /mob/living/carbon/human))
var/mob/living/carbon/human/H = L
if(!isnull(H.internal_organs_by_name["cell"]))
if(H.isSynthetic())
add_fingerprint(H)
H.reset_view(src)
H.forceMove(src)