From e94227cb7a06a62d74a40bd3d72baed147f02226 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Thu, 28 May 2020 22:02:30 -0700
Subject: [PATCH] don't get stuck on colored FS diamonds

---
 src/neighbor/neighborGrid.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/neighbor/neighborGrid.js b/src/neighbor/neighborGrid.js
index 85aabe5c357..30e54ce8f9a 100644
--- a/src/neighbor/neighborGrid.js
+++ b/src/neighbor/neighborGrid.js
@@ -74,8 +74,8 @@ App.Neighbor.Grid = class {
 			} else {
 				const fses = FutureSocieties.activeFSes(arcID);
 				const diplo = FutureSocieties.diplomaticFSes(arcID, 0);
-				let style = "white";
 				for (const fs of fses) {
+					let style = "white";
 					if (diplo.shared.includes(fs)) {
 						style = "steelblue";
 					} else {
-- 
GitLab