diff --git a/src/endWeek/healthFunctions.js b/src/endWeek/healthFunctions.js
index 65d2b60e2236b9df633ecd0f3a257c6d41a238ef..387f0ef7482eb68ab7470e26f7d43653f31cef77 100644
--- a/src/endWeek/healthFunctions.js
+++ b/src/endWeek/healthFunctions.js
@@ -63,7 +63,11 @@ window.illness = function illness(slave) {
 	if (slave.assignment === "live with your agent" || slave.assignment === "be your agent") {
 		return;
 	} // Let's make sure agents don't get sick and accidentally die, they should take care of themselves
-	if (slave.assignment === "rest" || slave.assignment === "rest in the spa" || slave.assignment === "get treatment in the clinic" || slave.assignment === "serve in the master suite" || slave.assignment === "please you") {
+	if (slave.assignment === "get treatment in the clinic") {
+		assignBonus += 30;
+	} else if (slave.assignment === "rest in the spa") {
+		assignBonus += 20;
+	} else if (slave.assignment === "rest" || slave.assignment === "serve in the master suite" || slave.assignment === "please you") {
 		assignBonus += 10;
 	}
 	if (random < 6) { // There is always a 5% chance of a slave feeling worse