diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js
index 5bb33b57ca147b8fdae426b312b8778b9e1cbe64..0a12477a2bef7ef6913c3da4a39cd9be733b0b48 100644
--- a/src/js/utilsFC.js
+++ b/src/js/utilsFC.js
@@ -3086,8 +3086,9 @@ App.Utils.alphabetizeIterable = function(iterable) {
 };
 
 /**
- * 
+ * Returns how exposing a slave's outfit is, after taking into consideration a topless outfit is more revealing for beboobed slaves or female ones.
  * @param {App.Entity.SlaveState} slave 
+ * @returns {0|1|2|3|4}
  */
 globalThis.getExposure = function(slave) {
 	const exposure = App.Data.clothes.get(slave.clothes).exposure;