Update arousal.dm

This commit is contained in:
evan
2022-03-22 01:22:54 -04:00
parent f2395b0e06
commit 8ddf825aa8
+1 -1
View File
@@ -145,7 +145,7 @@
partners -= L
if(iscarbon(L))
var/mob/living/carbon/C = L
if(!C.exposed_genitals.len && !C.is_groin_exposed() && !C.is_chest_exposed()) //Nothing through_clothing, no proper partner.
if(!C.exposed_genitals.len || !C.is_groin_exposed() || !C.is_chest_exposed() || !C.is_mouth_covered()) //Nothing through_clothing, no proper partner.
partners -= C
//NOW the list should only contain correct partners
if(!partners.len)