From 65b2b9b38291a49f37ceaf5865fe2f76b54716c8 Mon Sep 17 00:00:00 2001 From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io> Date: Thu, 23 Jan 2020 20:29:32 -0800 Subject: [PATCH] miniFixes-II --- src/js/assignJS.js | 2 +- src/uncategorized/clinicReport.tw | 2 +- src/uncategorized/persBusiness.tw | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/assignJS.js b/src/js/assignJS.js index 0002a19f988..a3d9938e675 100644 --- a/src/js/assignJS.js +++ b/src/js/assignJS.js @@ -808,7 +808,7 @@ App.UI.SlaveInteract = { const slave = State.variables.activeSlave; const {his} = getPronouns(slave); if ((slave.assignment === "please you") || (slave.assignment === "serve in the master suite") || (slave.assignment === "be your Concubine")) { - res += `<span class="story-label">Fucktoy use preference</span>: <strong><span id = "hole">${slave.toyHole}</span></strong>.`; + res += `<span class="story-label">Fucktoy use preference:</span> <strong><span id = "hole">${slave.toyHole}</span></strong>.`; /** @type {string[]} */ let links = []; links.push('<<link "Mouth">><<set $activeSlave.toyHole = "mouth">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>>'); diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw index 788401e4d55..f99fb156a41 100644 --- a/src/uncategorized/clinicReport.tw +++ b/src/uncategorized/clinicReport.tw @@ -292,7 +292,7 @@ <</if>> <</if>> <<if ($slaves[$i].health.illness > 0)>> - <<elseif ($slave[$i].health.shortDamage >= 10)>> + <<elseif ($slaves[$i].health.shortDamage >= 10)>> <<elseif ($slaves[$i].health.condition <= 40)>> <<elseif ($Nurse != 0) && ($slaves[$i].chem > 15) && ($clinicUpgradeFilters == 1)>> <<elseif ($Nurse != 0) && ($slaves[$i].pregKnown == 1) && ($clinicSpeedGestation > 0 || $slaves[$i].pregControl == "speed up")>> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 5b130b952a5..fe6e161bf3c 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -628,7 +628,7 @@ <</if>> <</if>> - <<case "technical accidents">> /* needs work */ + <<case "technical accidents">> <<set _windfall = Math.trunc((150*$PC.skill.hacking)+random(100,2500)), _X = 0>> <<if $PC.skill.hacking == -100>> <<set _Catchtchance = 10>> -- GitLab