Skip to content

Commit

Permalink
minor fix here
Browse files Browse the repository at this point in the history
  • Loading branch information
La Villa Strangiato committed Dec 6, 2024
1 parent 84529e8 commit 52a2f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/sexcon/sex_actions/sex/vaginal_sex.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52a2f5b

Please sign in to comment.