diff --git a/src/js/summaryWidgets.js b/src/js/summaryWidgets.js index 0f8b22447cb086950a7babc6cba91993ef1bf450..bbfb33381d27524ed16ae18c72abe910d8eb3547 100644 --- a/src/js/summaryWidgets.js +++ b/src/js/summaryWidgets.js @@ -65,6 +65,6 @@ globalThis.SlaveStatClamp = function(slave) { WombFlush(slave); } if ((slave.rules.lactation === "induce" && slave.lactation !== 0) || (slave.rules.lactation === "maintain" && slave.lactation !== 1)) { - slave.rules.lactation === "none" + slave.rules.lactation = "none"; } }; diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index e0907d988a4d5276c022bc57a207fbd166f5a895..c6909972fa111c6bfc8497e00ea7e53bda862a0d 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -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, <<set $slaves[$i].energy += _curBabies>> <<set $slaves[$i].need -= _curBabies>> - <<if $slaves[$i].sexualFlaw == "breeder" - since for $him the it is the pinnacle of $his existance. + <<if $slaves[$i].sexualFlaw == "breeder">> + since for $him the it is the pinnacle of $his existence. <<else>> <<if $slaves[$i].fetish == "pregnancy">> <<if $slaves[$i].fetishStrength <= 60>> @@ -754,12 +754,12 @@ All in all, <<set $slaves[$i].fetishStrength += _curBabies>> <<else>> with $his pregnancy fetish turned into obsession. - <<set $slaves[$i].sexualFlaw == "breeder">> + <<set $slaves[$i].sexualFlaw = "breeder">> <<set $slaves[$i].fetishStrength = 100>> <</if>> <<elseif $slaves[$i].fetish == "none" || $slaves[$i].fetishStrength <= 60>> having found true pleasure in reproduction. - <<set $slaves[$i].fetish == "pregnancy">> + <<set $slaves[$i].fetish = "pregnancy">> <</if>> <</if>> <</if>>