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

Merge branch 'stateless-accent-fix' into 'pregmod-master'

Stateless accent

See merge request pregmodfan/fc-pregmod!7548
parents 22199bc0 3ef87f8c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,10 @@ App.Desc.accent = function(slave) {
if (slave.accent !== 0) {
if (slave.accent === 1) {
accent = either("a beautiful", "a distinctive", "an intriguing", "a light", "a lovely", "a mild", "a pleasant", "a rich", "a slight", "a smooth");
r.push(`${He} speaks ${V.language} in ${accent} ${aNational(slave.nationality)}`);
r.push(`${He} speaks ${V.language} in ${accent}`);
if (slave.nationality !== "Stateless") {
r.push(aNational(slave.nationality));
}
if (slave.rules.speech === "accent elimination") {
r.push(`accent, which the rules encourage ${him} to suppress.`);
} else {
......
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