Skip to content
Snippets Groups Projects
Commit 5e2277a7 authored by svornost's avatar svornost
Browse files

Stay in second person.

parent 98d2fa02
No related branches found
No related tags found
1 merge request!95534.0 Fixes
...@@ -134,7 +134,7 @@ App.Intro.PCBodyIntro = function() { ...@@ -134,7 +134,7 @@ App.Intro.PCBodyIntro = function() {
} else { } else {
r.push(`just a child. You may be emancipated, but society won't accept you as a leader.`); r.push(`just a child. You may be emancipated, but society won't accept you as a leader.`);
} }
r.push(`My age:`); r.push(`Your age:`);
options.addOption(r.join(" "), "actualAge", V.PC).showTextBox() options.addOption(r.join(" "), "actualAge", V.PC).showTextBox()
.addComment(`Older player characters start with more reputation and maintain reputation somewhat more easily, but have slightly less sexual energy. Exceedingly young characters will not be accepted by society, even more so if underage, and will face additional hurdles and complications.`); .addComment(`Older player characters start with more reputation and maintain reputation somewhat more easily, but have slightly less sexual energy. Exceedingly young characters will not be accepted by society, even more so if underage, and will face additional hurdles and complications.`);
......
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