diff --git a/js/003-data/slaveSummaryData.js b/js/003-data/slaveSummaryData.js index 4843e5912437aec08e691ac7f26cc57b628474da..bf9d36e0afec4e8e3dc221ec7640467aba60e904 100644 --- a/js/003-data/slaveSummaryData.js +++ b/js/003-data/slaveSummaryData.js @@ -240,7 +240,7 @@ App.Data.SlaveSummary = { "hates men": "Hates men.", "hates women": "Hates women.", "gluttonous": "Stress eater.", - "anorexic": "Anorexic", + "anorexic": "Anorexic.", "devout": "Devoutly religious.", "liberated": "Mentally liberated.", } @@ -570,7 +570,7 @@ App.Data.SlaveSummary = { setting: { "off": "SP off.", "submissive": "SP: submissive.", - "lesbian": "SP: lesbian", + "lesbian": "SP: lesbian.", "oral": "SP: oral.", "humiliation": "SP: humiliation.", "anal": "SP: anal.", @@ -582,11 +582,11 @@ App.Data.SlaveSummary = { "vanilla": "SP: vanilla.", "all": "SP: all.", "none": "SP: none.", - "monitoring": "SP: monitoring", - "men": "SP: men", - "women": "SP: women", - "anti-men": "SP: anti men", - "anti-women": "SP: anti women", + "monitoring": "SP: monitoring.", + "men": "SP: men.", + "women": "SP: women.", + "anti-men": "SP: anti men.", + "anti-women": "SP: anti women.", } }, skills: { diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js index 9badb48800271187d79b877d43287470b7051937..bd057a26dea01fdd353ae6ce52e103a1473f1dde 100644 --- a/src/002-config/fc-version.js +++ b/src/002-config/fc-version.js @@ -1,7 +1,7 @@ App.Version = { base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed. - pmod: "3.5.1", - release: 1071, + pmod: "3.5.2", + release: 1072, }; /* Use release as save version */ diff --git a/src/js/slaveSummaryHelpers.js b/src/js/slaveSummaryHelpers.js index 55daa7b5cc9f7d48b6b4c2986ae8b3306fe89db0..1c2294d617f87f6dd6f87d7dc11c0deb35265084 100644 --- a/src/js/slaveSummaryHelpers.js +++ b/src/js/slaveSummaryHelpers.js @@ -332,24 +332,24 @@ App.UI.SlaveSummaryImpl = function() { } else { return sps.monitoring; } - case "men": - if (slave.attrXY < 95) { - return sps.men; - } else { - return sps.monitoring; - } - case "anti-women": - if (slave.attrXX > 0) { - return sps["anti-women"]; - } else { - return sps.monitoring; - } - case "anti-men": - if (slave.attrXY > 0) { - return sps["anti-men"]; - } else { - return sps.monitoring; - } + case "men": + if (slave.attrXY < 95) { + return sps.men; + } else { + return sps.monitoring; + } + case "anti-women": + if (slave.attrXX > 0) { + return sps["anti-women"]; + } else { + return sps.monitoring; + } + case "anti-men": + if (slave.attrXY > 0) { + return sps["anti-men"]; + } else { + return sps.monitoring; + } } } else { switch (cs){ diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js index adb622a4bb353e13c67ef96a9e73d187990b23a9..80da153d3bc79577e9513b8fd18d1142d767a7bd 100644 --- a/src/js/slaveSummaryWidgets.js +++ b/src/js/slaveSummaryWidgets.js @@ -921,7 +921,6 @@ App.UI.SlaveSummary = function() { delegates.drugs(slave, para); para = helpers.makeParagraph(res); - para.classList.add("pink"); helpers.makeSpan(para, `${capFirstChar(SlaveTitle(slave))}${abbrSettings.physicals === 2 ? '.' : ''}`, ["coral", "strong"]); delegates.race(slave, para); delegates.nationality(slave, para); diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index c2567c6909de754bc69f881cf2a9991fb0cd392a..655776c12a53d6492141b30b0b6636eb953c2cbe 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -872,11 +872,11 @@ While giving a slave oral service, $slaves[$i].slaveName's water breaks. $He desperately tries to pull away but they grab $his head and force $him back to their crotch. <<set $humiliation = 1>> <<ClothingBirth>> - The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. $He hurriedly tries to mop up the mess and collect $his child<<if $slaves[$i].pregType > 1>>ren<</if>> before <<if _S.Stewardess != 0>>_S.Stewardess.slaveName<<elseif $HeadGirl != 0>>$HeadGirl.slaveName<<else>>$assistant.name<</if>> shouts at $him. + The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. $He hurriedly tries to mop up the mess and collect $his child<<if $slaves[$i].pregType > 1>>ren<</if>> before <<if _S.Stewardess>>_S.Stewardess.slaveName<<elseif $HeadGirl != 0>>$HeadGirl.slaveName<<else>>$assistant.name<</if>> shouts at $him. <<else>> While scrubbing the penthouse floor, $slaves[$i].slaveName's water breaks. $He panics at the thought of not cleaning up $his spill but $his worsening contractions force $him to find a secluded place to give birth. <<ClothingBirth>> - Collecting $his child<<if $slaves[$i].pregType > 1>>ren<</if>>, $he exits $his hiding place before coming under the eye of <<if _S.Stewardess != 0>>the glaring _S.Stewardess.slaveName<<elseif $HeadGirl != 0>>the glaring $HeadGirl.slaveName<<else>>$assistant.name<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren<</if>> are promptly taken by other servants following a lecture about priorities and time management. + Collecting $his child<<if $slaves[$i].pregType > 1>>ren<</if>>, $he exits $his hiding place before coming under the eye of <<if _S.Stewardess>>the glaring _S.Stewardess.slaveName<<elseif $HeadGirl != 0>>the glaring $HeadGirl.slaveName<<else>>$assistant.name<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren<</if>> are promptly taken by other servants following a lecture about priorities and time management. <</if>> <</if>>