diff --git a/src/interaction/prothesticLab.tw b/src/interaction/prothesticLab.tw
index 3eae836a64384884cedcf2b6aa95c6420f775f68..a1310dd8b4b1fa52bf2a915b767778bcb6e90b2a 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 0763ea7577f6558b381a51c54c806404658ce0c3..890243e08203db34e4c7f7932ec0ba89de2217d2 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>>