diff --git a/src/endWeek/economics/neighborsDevelopment.js b/src/endWeek/economics/neighborsDevelopment.js index d58a000d9a173c6a8102ed6a3ccac506480d4690..9f46bc8a8d6d49746ad5994a96816174db8f9a5e 100644 --- a/src/endWeek/economics/neighborsDevelopment.js +++ b/src/endWeek/economics/neighborsDevelopment.js @@ -1984,7 +1984,7 @@ App.EndWeek.neighborsDevelopment = function() { r.push(`<span class="bold"> ${arc2.name}</span> is not satisfied with the impact its directed influence is having, and withdraws it with the intention of targeting it elsewhere.`); arc2.influenceTarget = -1; } else if (_alignment >= 4) { - r.push(`<span class="bold"> ${arc2.name}</span> is satisfied that its influence has brought arc.name into alignment, and withdraws its direct influence with the intention of targeting it elsewhere.`); + r.push(`<span class="bold"> ${arc2.name}</span> is satisfied that its influence has brought ${arc.name} into alignment, and withdraws its direct influence with the intention of targeting it elsewhere.`); arc2.influenceTarget = -1; } }