diff --git a/src/endWeek/economics/arcmgmt.js b/src/endWeek/economics/arcmgmt.js index 5b8f713dc221d0a1dd34107c65d3bd40d35aa20c..5e6cf5784db4fb1f566b30406e7ef3daaa2a75eb 100644 --- a/src/endWeek/economics/arcmgmt.js +++ b/src/endWeek/economics/arcmgmt.js @@ -5,7 +5,6 @@ globalThis.arcmgmt = function() { let _citizenRetirementImpact; let _menialsRetirement; let _ASlavesRetirement; - let _menialsRetirements; let _expirationPC; let _expirationFD; let _expirationBR; @@ -144,7 +143,7 @@ globalThis.arcmgmt = function() { r.push(`You have enacted citizen retirement, the slaves of eligible age are granted freedom.`); if (_menialsRetirement > 1) { r.push(`<span class="red">${_menialsRetirement} of your menial slaves</span> were retired.`); - } else if (_menialsRetirements > 0) { + } else if (_menialsRetirement > 0) { r.push(`<span class="red">One of your menial slaves</span> was retired.`); } if (_ASlavesRetirement > 1) {