diff --git a/Changelog.txt b/Changelog.txt index 6ff99ba2446f6d5c7a1646faca7adeaffff2324c..7d5f336c12973f43e57971b2eca4991ac999840d 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -3,7 +3,7 @@ Pregmod 0.10.7.1-2.8.x 10/01/2019 - + 2 -amputation rework -support for missing eyes diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js index ff6c8811cf3812f3a84edaeaa7785553a2e4c6a9..59c86e867ae00a5491eb535bf2f32fa7b6fe765c 100644 --- a/src/js/DefaultRules.js +++ b/src/js/DefaultRules.js @@ -2873,7 +2873,7 @@ window.DefaultRules = (function() { slave.birthsTat = -1; } else if (slave.birthsTat > 0) { r += `<br>${slave.slaveName} will not be tattooed with each birth.`; - + } else { r += `<br>${slave.slaveName} will be tattooed with each birth.`; } @@ -2892,7 +2892,7 @@ window.DefaultRules = (function() { slave.abortionTat = -1; } else if (slave.birthsTat > 0) { r += `<br>${slave.slaveName} will not be tattooed with each abortion and miscarriage.`; - + } else { r += `<br>${slave.slaveName} will be tattooed with each abortion and miscarriage.`; } diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js index b75351e07c51d67b03e8191e13b3d3b5fb7074c0..49bfbd0a83f7480df4813bc99ce6af9794d443c1 100644 --- a/src/js/rulesAssistantOptions.js +++ b/src/js/rulesAssistantOptions.js @@ -1610,7 +1610,7 @@ window.rulesAssistantOptions = (function() { this.appendChild(new ButtockTattooList()); this.appendChild(new AnalTattooList()); this.appendChild(new LegTattooList()); - + this.appendChild(new BirthsTattooList()); this.appendChild(new AbortionTattooList()); }