diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw index c3f73be4d06c774ac79aa4af05c3649a5feb31ec..a3073e82f3a152129ffbdb8bb83a82d6425458ed 100644 --- a/src/js/storyJS.tw +++ b/src/js/storyJS.tw @@ -926,8 +926,28 @@ window.mergeRules = function(rules) { ); if (applies) + { combinedRule[prop] = rules[i][prop]; + + /*Some properties of rules now have second level properties. We need to check it, and change ones in combinedRule. (Good example - growth drugs. Breasts, butt, etc...) */ + if ( "object" == typeof rules[i][prop]) + { + for (var subprop in rules[i][prop]) + { + var subapplies = ( + combinedRule[prop][subprop] === undefined + || (rules[i][prop][subprop] !== "no default setting") + ); + + if (subapplies) + combinedRule[prop][subprop] = rules[i][prop][subprop]; + } + + } + } + } + } return combinedRule; diff --git a/src/pregmod/generateChild.tw b/src/pregmod/generateChild.tw index 3000b5dc421d344dab5db047ea41c87d9c463c50..e459315cc85d76a222e49920a8278bceaa4af94c 100644 --- a/src/pregmod/generateChild.tw +++ b/src/pregmod/generateChild.tw @@ -563,7 +563,7 @@ <<set $activeSlave.underArmHStyle = either("bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless")>> <</if>> <<if $activeSlave.fetish == "mindbroken">> - <<set $activeSlave.fetish = "none")>> + <<set $activeSlave.fetish = "none">> <</if>> <<if $incubatorImprintSetting == "terror">> <<set $activeSlave.origin = "Shortly after birth, she was sealed in an aging tank until she was of age. She knows only of the terror that awaits her should she not obey her master.">>