Skip to content
Snippets Groups Projects
Commit f0796086 authored by Ed86's avatar Ed86
Browse files

fix? vanilla pregnancy should now disappear if pawn loose vagina(used to be genitals)

parent ee7b39f8
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ namespace rjw
// if (__instance.Severity < 0.95f) {
// __instance.Severity = 0.95f;
// }
if (!Genital_Helper.has_genitals(__instance.pawn))
if (!Genital_Helper.has_vagina(__instance.pawn))
{
__instance.pawn.health.RemoveHediff(__instance);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment