Show womb gizmo for any gender

This commit is contained in:
lutepickle 2022-05-27 17:59:36 -07:00
parent 7f2856b6ef
commit 42cd7a98ae
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -458,7 +458,7 @@ namespace RJW_Menstruation
public static bool ShouldShowWombGizmo(this Pawn pawn)
{
if (Configurations.EnableWombIcon && pawn.gender == Gender.Female)
if (Configurations.EnableWombIcon)
{
if (!pawn.IsAnimal())
{