diff --git a/src/events/intro/pcBodyIntro.js b/src/events/intro/pcBodyIntro.js index 4e79456cceec29f98b1a28a135513a1d6ef14dbe..80c40ad5db3639ce4b223c51c574eed843cd0cfe 100644 --- a/src/events/intro/pcBodyIntro.js +++ b/src/events/intro/pcBodyIntro.js @@ -134,7 +134,7 @@ App.Intro.PCBodyIntro = function() { } else { 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() .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.`);