diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js index 44975ded1dc2dfc0a4a8e3ee033ea48c7cabaac8..a2f01f7d01731168a227445c6f50d10a7f9f5c1a 100644 --- a/src/js/slaveSummaryWidgets.js +++ b/src/js/slaveSummaryWidgets.js @@ -32,17 +32,6 @@ window.SlaveSummaryUncached = (function() { "use strict"; let V; let r; - /* - let pronouns; - let he; - let him; - let his; - let hers; - let himself; - let boy; - let He; - let His; - */ /** * @param {App.Entity.SlaveState} slave @@ -50,17 +39,6 @@ window.SlaveSummaryUncached = (function() { function SlaveSummaryUncached(slave) { V = State.variables; r = ""; - /* - pronouns = getPronouns(slave); - he = pronouns.pronoun; - him = pronouns.object; - his = pronouns.possessive; - hers = pronouns.possessivePronoun; - himself = pronouns.objectReflexive; - boy = pronouns.noun; - He = capFirstChar(he); - His = capFirstChar(his); - */ if (V.abbreviateDevotion === 1) { short_devotion(slave); diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw index a68f01086d3335de116eddee5611824a7df6a584..e31b05f6c7d7f3de8c03f2a3181351a2d0b24bb7 100644 --- a/src/uncategorized/longSlaveDescription.tw +++ b/src/uncategorized/longSlaveDescription.tw @@ -383,7 +383,7 @@ is <<elseif $activeSlave.weekAcquired == 1>> since you first took control of the arcology, <<elseif _weeksOwned > 1>> - <<print $week-$activeSlave.weekAcquired>> weeks, + <<print num($week-$activeSlave.weekAcquired)>> weeks, <<else>> one week, <</if>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 112c3633040b63bca443bff509491cb70fbd3abf..68ede406c603d2fb455b3126335028f36b446da3 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1360,7 +1360,8 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <</if>> <<elseif $reservedChildrenNursery < $freeCribs>> $He is pregnant and you have <<if $freeCribs == 1>>an<</if>> @@.lime;available room<<if $freeCribs > 1>>s<</if>>@@ in $nurseryName. - <<print "[[Keep _cCount child|Slave Interact][WombAddToGenericReserve($activeSlave, 'nursery', 1)]]">> + <<set _cCount = (_WL > 1 ? "a" : "the")>> + <<link "Keep _cCount child" "Slave Interact">><<set WombAddToGenericReserve($activeSlave, "nursery", 1)>><<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>><<set $reservedChildren = FetusGlobalReserveCount("nursery")>><</link>> <<if (_WL > 1) && ($reservedChildrenNursery + _WL) <= $freeCribs>> | <<link "Keep all of $his children" "Slave Interact">><<set WombAddToGenericReserve($activeSlave, "nursery", 9999)>><<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>><<set $reservedChildren = FetusGlobalReserveCount("nursery")>><</link>> <</if>> diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw index 9dac3116fe4b65b53d78af7a31d9d832dd1810f9..4f58630600c2d2acaa6713e0197bfcd72800a010 100644 --- a/src/uncategorized/storyCaption.tw +++ b/src/uncategorized/storyCaption.tw @@ -186,7 +186,7 @@ <</if>> Upkeep | <</if>><<print cashFormat($costs)>> - <br><br>@@.pink;Total Sex Slaves@@ | <<print num(_SL)>> + <br><br>@@.pink;Total Sex Slaves@@ | <<print _SL>> <br>@@.pink;Penthouse Beds@@ | <<if $dormitoryPopulation+$roomsPopulation > ($dormitory+$rooms)>>@@.red;<<print $dormitoryPopulation+$roomsPopulation>>@@<<else>><<print $dormitoryPopulation+$roomsPopulation>><</if>>/<<print ($dormitory+$rooms)>> <br>@@.pink;Dormitory Beds@@ | <<if $dormitoryPopulation > $dormitory>>@@.red;<<print $dormitoryPopulation>>@@<<else>><<print $dormitoryPopulation>><</if>>/<<print $dormitory>> @@ -258,7 +258,7 @@ <<else>> @@color:rgb(0,255,0);unknown@@ <</if>> - (<<print num($rep)>>) + (<<print $rep>>) </span> <<if (_Pass == "Main")>> <<if ($cheatMode) && ($cheatModeM)>> @@ -364,7 +364,7 @@ <<else>> @@color:rgb(211,0,204);harmless@@ <</if>> - (<<print num($authority)>>) + (<<print $authority>>) </span> <<if (_Pass == "Main")>> <<if ($cheatMode) && ($cheatModeM)>>