diff --git a/code/datums/sexcon/sex_actions/sex/vaginal_sex.dm b/code/datums/sexcon/sex_actions/sex/vaginal_sex.dm index 2a545634fd..b44dcf249f 100644 --- a/code/datums/sexcon/sex_actions/sex/vaginal_sex.dm +++ b/code/datums/sexcon/sex_actions/sex/vaginal_sex.dm @@ -63,7 +63,7 @@ /datum/sex_action/vaginal_ride_sex/shows_on_menu(mob/living/carbon/human/user, mob/living/carbon/human/target) if(user == target) return FALSE - if(!user.gender == FEMALE) + if(user.gender == MALE) return FALSE if(target.gender == FEMALE) return FALSE