From 4bb60f25cf49cd227f07ad23a12ad6afd0018575 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 29 Oct 2020 03:35:26 -0400
Subject: [PATCH] fixes

---
 src/endWeek/economics/neighborsDevelopment.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endWeek/economics/neighborsDevelopment.js b/src/endWeek/economics/neighborsDevelopment.js
index d58a000d9a1..9f46bc8a8d6 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;
 						}
 					}
-- 
GitLab