Merge pull request #15570 from bunny232/Oral

Climax with partner now counts mouth
This commit is contained in:
Lin
2022-03-24 21:39:02 +00:00
committed by GitHub
+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)