whoops that wasn't working

This commit is contained in:
Putnam
2020-01-07 17:37:03 -08:00
parent 8fd7a3db8b
commit c9fa4bc4eb
@@ -145,7 +145,7 @@
partners += pulledby
//Now we got both of them, let's check if they're proper
for(var/mob/living/L in partners)
if(!L?.client || !L?.mind) // can't consent, not a partner
if(!L.client || !L.mind) // can't consent, not a partner
partners -= L
if(iscarbon(L))
var/mob/living/carbon/C = L