mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Show womb gizmo for any gender
This commit is contained in:
parent
7f2856b6ef
commit
42cd7a98ae
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -458,7 +458,7 @@ namespace RJW_Menstruation
|
||||||
public static bool ShouldShowWombGizmo(this Pawn pawn)
|
public static bool ShouldShowWombGizmo(this Pawn pawn)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (Configurations.EnableWombIcon && pawn.gender == Gender.Female)
|
if (Configurations.EnableWombIcon)
|
||||||
{
|
{
|
||||||
if (!pawn.IsAnimal())
|
if (!pawn.IsAnimal())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue