From 25965f6addf0d13c1f78481863679b88f6696838 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Tue, 21 Apr 2020 22:04:02 -0400 Subject: [PATCH] Text Fixes --- src/endWeek/saPorn.js | 2 +- src/uncategorized/saLongTermEffects.tw | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/endWeek/saPorn.js b/src/endWeek/saPorn.js index 37f86e59e7b..16592123383 100644 --- a/src/endWeek/saPorn.js +++ b/src/endWeek/saPorn.js @@ -289,7 +289,7 @@ window.saPorn = (function saPorn() { slave.porn.fameType = genre.fameName; slave.porn.prestige = 1; - r += `<span style="green">${He} has gained a following in ${slave.porn.fameType} pornography!</span> ${genre.prestigeDesc1}, but he isn't famous enough to be called presigious yet. `; + r += `<span style="green">${He} has gained a following in ${slave.porn.fameType} pornography!</span> ${genre.prestigeDesc1}, but he isn't famous enough to be called prestigious yet. `; slave.porn.prestigeDesc = `$He has a following in slave pornography. ${genre.prestigeDesc1}.`; if (genre.type === App.Porn.GenreType.fetish && slave.fetishKnown !== 1) { slave.fetishKnown = 1; diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index e20d9881c57..7ba787f8674 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -3680,7 +3680,7 @@ <<if $slaves[$i].geneMods.NCS == 0>> $His body is showing signs of @@.lime;early puberty.@@ <<else>> - A routine scan confirms that $his body is advancing towards @@.lime;early puberty.@@ puberty, despite not really showing signs of secondary sexual characteristics. + A routine scan confirms that $his body is advancing towards @@.lime;early puberty,@@ despite not really showing signs of secondary sexual characteristics. <</if>> <<set _earlyPubertyFlag = 1>> <</if>> @@ -3790,7 +3790,7 @@ <<if $slaves[$i].geneMods.NCS == 0>> $His body is showing signs of @@.lime;early puberty.@@ <<else>> - A routine scan confirms that $his body is advancing towards @@.lime;early puberty.@@ puberty, despite not really showing signs of secondary sexual characteristics. + A routine scan confirms that $his body is advancing towards @@.lime;early puberty,@@ despite not really showing signs of secondary sexual characteristics. <</if>> <</if>> -- GitLab