From 0d76cbf6cfbc7dfb7f733270bc310d66ff13c91a Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Tue, 25 Jun 2019 21:14:55 +0200
Subject: [PATCH] fix stuff

---
 src/interaction/prothesticLab.tw | 2 +-
 src/uncategorized/labReport.tw   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/interaction/prothesticLab.tw b/src/interaction/prothesticLab.tw
index 3eae836a643..a1310dd8b4b 100644
--- a/src/interaction/prothesticLab.tw
+++ b/src/interaction/prothesticLab.tw
@@ -190,7 +190,7 @@ Prosthetic Lab
 				<</capture>>
 					//Costs <<= cashFormat(setup.prosthetics[_p].costs)>> of initial investment.//
 			<<else>>
-				//You need better contracts to get the needed research material for researching <<= capFirstChar(setup.prosthetics[_p].name)>>.//
+				//You need better contracts to get the required research material for reverse engineering <<= capFirstChar(setup.prosthetics[_p].name)>>.//
 			<</if>>
 			<br>
 			<</if>>
diff --git a/src/uncategorized/labReport.tw b/src/uncategorized/labReport.tw
index 0763ea7577f..890243e0820 100644
--- a/src/uncategorized/labReport.tw
+++ b/src/uncategorized/labReport.tw
@@ -4,7 +4,7 @@
 <br>
 <<if ($researchLab.hired + $researchLab.menials) > 0>>
 	<<if $researchLab.tasks.length == 0>>
-		Since the lab is currently not working on any projects it takes contract work and earns you @@.yellowgreen;<<= cashFormat($researchLab.speed * 20)>>.@@
+		Since the lab is currently not working on any projects it takes contract work and earns you @@.yellowgreen;<<= cashFormat($researchLab.speed * 90)>>.@@
 		<<set _cashX = ($researchLab.speed * 90)>>
 		<<run cashX(_cashX, "lab")>>
 	<<else>>
-- 
GitLab