From 86ebf03c83fc07923000b67a782176f05964d3c8 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Wed, 2 Oct 2019 19:28:28 -0500 Subject: [PATCH] UpdatingChecking --- Changelog.txt | 2 +- src/js/DefaultRules.js | 4 ++-- src/js/rulesAssistantOptions.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 6ff99ba2446..7d5f336c129 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 ff6c8811cf3..59c86e867ae 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 b75351e07c5..49bfbd0a83f 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()); } -- GitLab