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

Merge branch 'hotfixes' into 'pregmod-master'

Minor text fix

See merge request !9580
parents ed9fff0e c11203ce
No related branches found
No related tags found
1 merge request!9580Minor text fix
Pipeline #39908 passed
......@@ -120,7 +120,7 @@ App.UI.neighborDescription = function(i) {
if (V.arcologies[i].FSRestart > 95) {
desc += `notorious for the number of powerful civilians inhabiting it.`;
} else if (V.arcologies[i].FSRestart > 40) {
desc += `known to be a good place make connections.`;
desc += `known to be a good place to make connections.`;
} else {
desc += `actively importing sterilization supplies.`;
}
......
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