From c9fa4bc4eb5434791cc7fc523bdc8fb784135a08 Mon Sep 17 00:00:00 2001 From: Putnam Date: Tue, 7 Jan 2020 17:37:03 -0800 Subject: [PATCH] whoops that wasn't working --- modular_citadel/code/modules/arousal/arousal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/arousal/arousal.dm b/modular_citadel/code/modules/arousal/arousal.dm index 0753f8149a..ff1bbdff8f 100644 --- a/modular_citadel/code/modules/arousal/arousal.dm +++ b/modular_citadel/code/modules/arousal/arousal.dm @@ -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