No bleed gene should have negative metabolism

This commit is contained in:
lutepickle 2023-08-14 11:15:14 -07:00
parent caccc36fbf
commit 3692238c00
4 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -99,7 +99,7 @@
<displayCategory>Menstruation</displayCategory> <displayCategory>Menstruation</displayCategory>
<description>Carriers of this gene will not bleed at the end of their cycle.</description> <description>Carriers of this gene will not bleed at the end of their cycle.</description>
<iconPath>UI/Genes/Placeholder</iconPath> <iconPath>UI/Genes/Placeholder</iconPath>
<biostatMet>1</biostatMet> <biostatMet>-1</biostatMet>
<displayOrderInCategory>40</displayOrderInCategory> <displayOrderInCategory>40</displayOrderInCategory>
</GeneDef> </GeneDef>

View File

@ -1,4 +1,5 @@
Version 1.0.9.2 Version 1.0.9.2
- Fixed the no bleeding gene having positive metabolic efficiency instead of negative.
- Prevent repeated pregnancies when some errors occur. - Prevent repeated pregnancies when some errors occur.
Version 1.0.9.1 Version 1.0.9.1