Skip to content
Snippets Groups Projects
Commit ac52ebef authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'tweaks' into 'pregmod-master'

Minor text change

See merge request !10493
parents 433785ee 8b47e742
No related branches found
No related tags found
1 merge request!10493Minor text change
Pipeline #45135 passed
......@@ -1269,7 +1269,7 @@ App.Desc.sexualHistory = function(slave) {
} else if (slave.weekAcquired === 1) {
r += `since you first took control of the arcology, `;
} else {
r += `${numberWithPluralOne(Math.max(weeksOwned, 1), "week")}, `;
r += `for ${years(Math.max(weeksOwned, 1))}, `;
}
const sexTypes = ["mammary", "vaginal", "anal", "penetrative", "oral"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment