From 11dec49290ade322071c7ed2b68703e21dcd0244 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Fri, 26 Apr 2019 17:04:18 -0400
Subject: [PATCH] Minor fix

---
 src/interaction/prothesticLab.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interaction/prothesticLab.tw b/src/interaction/prothesticLab.tw
index 0e22853a2d6..8f3cc31836f 100644
--- a/src/interaction/prothesticLab.tw
+++ b/src/interaction/prothesticLab.tw
@@ -144,7 +144,7 @@ Prosthetic Lab
 			<<case "craftFit">>
 				For @@.yellow;<<= SlaveFullName($slaves[$slaveIndices[$researchLab.tasks[_i].slaveID]])>>@@ you <<if _i == 0>>are constructing<<else>> plan to construct<</if>>
 			<<default>>
-				@@.red;Error: Unknown $$researchLab.tasks[].type: $researchLab.tasks[_i].type@@
+				@@.red;Error: Unknown $researchLab.tasks[].type: $researchLab.tasks[_i].type@@
 			<</switch>>
 			<<set _j += $researchLab.tasks[_i].workLeft>>
 			@@.yellow;<<= capFirstChar(setup.prosthetics[$researchLab.tasks[_i].id].name)>>@@.
-- 
GitLab