From ecf9c4817fee39f1cdd5e23cdde2bde16e88e3c7 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 10 Aug 2021 23:47:21 -0400 Subject: [PATCH] make doc more specifc --- src/js/pregJS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/pregJS.js b/src/js/pregJS.js index a9b3dbaa556..a124fa7a026 100644 --- a/src/js/pregJS.js +++ b/src/js/pregJS.js @@ -421,7 +421,7 @@ globalThis.setPregType = function(actor) { * Penetrative ability, ability to become pregnant, and canBreed() must be checked outside of this. Designed to assume .eggType === "human". * @param {App.Entity.SlaveState | App.Entity.PlayerState} target is the slave to get pregnant. Also accepts the PC. * @param {number} chance is the % chance to conceive. - * @param {number} hole control's the hole involved (0 - vagina, 1 - ass, 2 - both). .mpreg did this. + * @param {0|1|2} hole control's the hole involved (0 - vagina, 1 - ass, 2 - both). .mpreg did this. * @param {number} [fatherID] is the ID of her sire or 0 if undefined. * @returns {string} */ -- GitLab