diff --git a/src/endWeek/healthFunctions.js b/src/endWeek/healthFunctions.js
index 46c2ac94a06ab2dd878783de0dfd02b8e16a492b..f42dbdd96385fd7f18dfbeac22cae3f8d8d69cfd 100644
--- a/src/endWeek/healthFunctions.js
+++ b/src/endWeek/healthFunctions.js
@@ -174,8 +174,9 @@ window.getIll = function getIll(slave) {
 };
 
 /**
- * Once a new illness is rolled this determines how bad it is initially, chem levels seriously increase the chances of a higher initial value. Health also factors in with weakened slaves being more likely to catch ill.
- * @param {App.Entity.SlaveState} slave
+ * Attempts to pass illness from slave1 to slave2.
+ * @param {App.Entity.SlaveState} slave1
+ * @param {App.Entity.SlaveState} slave2
  * @returns {string}
  */
 window.passIllness = function passIllness(slave1, slave2) {