Skip to content
Snippets Groups Projects
Commit 5703cb09 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

broodmother initiation fix

See merge request pregmodfan/fc-pregmod!1637
parents eeaa5b23 6d57e92d
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ window.WombNormalizePreg = function(actor) ...@@ -259,7 +259,7 @@ window.WombNormalizePreg = function(actor)
actor.pregType = 0; actor.pregType = 0;
actor.pregKnown = 0; actor.pregKnown = 0;
if (actor.preg > 0) if (actor.preg >= 0)
actor.preg = 0.1; //to avoid legacy code conflicts - broodmother on hold can't be impregnated, but she not on normal contraceptives. So we set this for special case. actor.preg = 0.1; //to avoid legacy code conflicts - broodmother on hold can't be impregnated, but she not on normal contraceptives. So we set this for special case.
if (actor.pregSource > 0) if (actor.pregSource > 0)
......
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