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

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

fix

See merge request pregmodfan/fc-pregmod!3122
parents d5129692 c944cca6
No related branches found
No related tags found
No related merge requests found
......@@ -4196,6 +4196,7 @@ window.removeDuplicates = function removeDuplicates(array) {
 
window.induceLactation = function induceLactation(slave) {
let pronouns = getPronouns(slave);
let His = capFirstChar(pronouns.possessive);
let r = ``;
if (slave.induceLactation >= 10) {
if (jsRandom(1,100) < slave.induceLactation) {
......@@ -1043,6 +1043,7 @@ window.removeDuplicates = function removeDuplicates(array) {
window.induceLactation = function induceLactation(slave) {
let pronouns = getPronouns(slave);
let His = capFirstChar(pronouns.possessive);
let r = ``;
if (slave.induceLactation >= 10) {
if (jsRandom(1,100) < slave.induceLactation) {
......
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