From 4dc18b6777271040819d8e2422d21f181cf33c1d Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 26 Feb 2023 17:28:05 -0500 Subject: [PATCH] Fix comments --- src/js/SlaveState.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js index 26b176d0ffd..262183b82c6 100644 --- a/src/js/SlaveState.js +++ b/src/js/SlaveState.js @@ -605,7 +605,9 @@ App.Entity.EyeState = class EyeState { App.Entity.GeneticState = class GeneticState { constructor() { // TODO: move origHColor, origSkin, origRace here, as hColor, skin, race? - this.height = 170; // new - almost done. need to rewrite physical development for both player and slave. + /** adult, natural height; expected height when full-grown/no drugs/no surgery + * @type {number} */ + this.height = 170; // this.boobs = 500; // TODO: for pregmodder this.artSeed = jsRandom(0, 10 ** 14); } -- GitLab