diff --git a/src/endWeek/economics/arcmgmt.js b/src/endWeek/economics/arcmgmt.js
index 6c3f01bc5f9bf3394914b27db991056b08299133..757db58a4e54beb3deabf77292309c99d95c66fc 100644
--- a/src/endWeek/economics/arcmgmt.js
+++ b/src/endWeek/economics/arcmgmt.js
@@ -770,7 +770,7 @@ globalThis.arcmgmt = function() {
 		if (_ASlavesRetirement > 1) {
 			r.push(`<span class="red">${_ASlavesRetirement} slaves</span> in your arcology were given a citizen retirement.`);
 		}
-		/*I could bother with a single slave retirement message, but that's never going to get used*/
+		/* I could bother with a single slave retirement message, but that's never going to get used*/
 	}
 
 	/* Slave expiration*/
@@ -2309,4 +2309,6 @@ globalThis.arcmgmt = function() {
 		}
 		// </span>
 	}
+	App.Events.addNode(el, r);
+	return el;
 };