Skip to content
Snippets Groups Projects
Commit 6bb35352 authored by Pregmodder's avatar Pregmodder
Browse files

fix

parent f38128ec
No related branches found
No related tags found
1 merge request!11054fix
......@@ -17,7 +17,7 @@ App.EndWeek.Player.hormones = function(PC, selfManufactured, hormonePower) {
if (V.hormoneUpgradeMood === 0 || !selfManufactured) {
moodConflict();
}
if (PC.physicalAge >= 18 || V.loliGrow === 0 || PC.geneMods.NCS === 1) {
if (PC.physicalAge >= 18 || V.loliGrow === 0 || PC.geneMods.NCS === 1 || V.playerAging < 2) {
hormonesEffects();
}
......
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