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

Merge branch 'pregmod-dev' into 'pregmod-master'

limit location tweaking PC to full intro only

Closes #1809

See merge request pregmodfan/fc-pregmod!6831
parents 26948a4b 71c863ee
No related branches found
No related tags found
No related merge requests found
......@@ -280,19 +280,8 @@ You may review your settings before clicking "Continue" to begin.<br>
.addValue("the Middle East").addCallback(() => V.language = "Arabic")
.addValue("Africa").addCallback(() => V.language = "Arabic")
.addValue("Asia").addCallback(() => V.language = "Chinese")
.addValue("Australia").addCallback(() => V.language = "English")>>
<<if $freshPC == 1 || $saveImported == 0>>
<<run _option.addValue("Japan").addCallback(() => V.language = "Japanese")>>
<<else>>
<<run _option.addValue("Japan").addCallback(() => {
V.language = 'Japanese';
V.PC.race = 'asian';
V.PC.nationality = 'Japanese';
V.PC.hColor = 'black';
V.PC.eye.origColor = 'brown';
resetEyeColor($PC);
})>>
<</if>>
.addValue("Australia").addCallback(() => V.language = "English")
.addValue("Japan").addCallback(() => V.language = "Japanese")>>
<</if>>
<<run _options.addOption("The lingua franca of your arcology is", "language")
......
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