Skip to content
Snippets Groups Projects
Commit 31e0b7fe authored by Blank_Alt's avatar Blank_Alt Committed by Pregmodder
Browse files

generalAndSanityChecks

parent 7ea011c1
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,6 @@ globalThis.SlaveStatClamp = function(slave) { ...@@ -65,6 +65,6 @@ globalThis.SlaveStatClamp = function(slave) {
WombFlush(slave); WombFlush(slave);
} }
if ((slave.rules.lactation === "induce" && slave.lactation !== 0) || (slave.rules.lactation === "maintain" && slave.lactation !== 1)) { if ((slave.rules.lactation === "induce" && slave.lactation !== 0) || (slave.rules.lactation === "maintain" && slave.lactation !== 1)) {
slave.rules.lactation === "none" slave.rules.lactation = "none";
} }
}; };
...@@ -745,8 +745,8 @@ All in all, ...@@ -745,8 +745,8 @@ All in all,
Not only that, but the entire process was extremely pleasurable for $him<<if _curBabies > 1>>, with orgasms growing more powerful with each baby $he brought to the world<</if>>. $He can't wait to be impregnated and give birth again, Not only that, but the entire process was extremely pleasurable for $him<<if _curBabies > 1>>, with orgasms growing more powerful with each baby $he brought to the world<</if>>. $He can't wait to be impregnated and give birth again,
<<set $slaves[$i].energy += _curBabies>> <<set $slaves[$i].energy += _curBabies>>
<<set $slaves[$i].need -= _curBabies>> <<set $slaves[$i].need -= _curBabies>>
<<if $slaves[$i].sexualFlaw == "breeder" <<if $slaves[$i].sexualFlaw == "breeder">>
since for $him the it is the pinnacle of $his existance. since for $him the it is the pinnacle of $his existence.
<<else>> <<else>>
<<if $slaves[$i].fetish == "pregnancy">> <<if $slaves[$i].fetish == "pregnancy">>
<<if $slaves[$i].fetishStrength <= 60>> <<if $slaves[$i].fetishStrength <= 60>>
...@@ -754,12 +754,12 @@ All in all, ...@@ -754,12 +754,12 @@ All in all,
<<set $slaves[$i].fetishStrength += _curBabies>> <<set $slaves[$i].fetishStrength += _curBabies>>
<<else>> <<else>>
with $his pregnancy fetish turned into obsession. with $his pregnancy fetish turned into obsession.
<<set $slaves[$i].sexualFlaw == "breeder">> <<set $slaves[$i].sexualFlaw = "breeder">>
<<set $slaves[$i].fetishStrength = 100>> <<set $slaves[$i].fetishStrength = 100>>
<</if>> <</if>>
<<elseif $slaves[$i].fetish == "none" || $slaves[$i].fetishStrength <= 60>> <<elseif $slaves[$i].fetish == "none" || $slaves[$i].fetishStrength <= 60>>
having found true pleasure in reproduction. having found true pleasure in reproduction.
<<set $slaves[$i].fetish == "pregnancy">> <<set $slaves[$i].fetish = "pregnancy">>
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
......
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