From 4fc32f7674be8689593739bc9f6b3c3b09290a46 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 19 Jan 2020 19:18:51 -0500
Subject: [PATCH] depreciate ballSize in doc

---
 slave variables documentation - Pregmod.txt | 2 +-
 src/facilities/nursery/nurseryWidgets.js    | 2 +-
 src/js/SlaveState.js                        | 2 +-
 src/player/js/PlayerState.js                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 659cec16813..077a7444f78 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -2329,7 +2329,7 @@ ball size
 scrotum:*
 
 scrotum size
-function relative to .ballSize
+function relative to .balls
 
 *If .balls gt 0 and .scrotum is 0, balls are internal
 
diff --git a/src/facilities/nursery/nurseryWidgets.js b/src/facilities/nursery/nurseryWidgets.js
index 4fa67353af0..135521ac624 100644
--- a/src/facilities/nursery/nurseryWidgets.js
+++ b/src/facilities/nursery/nurseryWidgets.js
@@ -17550,7 +17550,7 @@ App.Facilities.Nursery.ChildState = class ChildState {
 		/**
 			* scrotum size
 			*
-			* function relative to .ballSize
+			* function relative to .balls
 			*
 			* *If .balls > 0 and .scrotum === 0, balls are internal*
 			*/
diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js
index bff88f5de3e..aa6492d2481 100644
--- a/src/js/SlaveState.js
+++ b/src/js/SlaveState.js
@@ -1453,7 +1453,7 @@ App.Entity.SlaveState = class SlaveState {
 		/**
 		 * scrotum size
 		 *
-		 * function relative to .ballSize
+		 * function relative to .balls
 		 *
 		 * *If .balls > 0 and .scrotum === 0, balls are internal*
 		 */
diff --git a/src/player/js/PlayerState.js b/src/player/js/PlayerState.js
index 7588f17cf2e..43c337679ae 100644
--- a/src/player/js/PlayerState.js
+++ b/src/player/js/PlayerState.js
@@ -1229,7 +1229,7 @@ App.Entity.PlayerState = class PlayerState {
 		/**
 		 * scrotum size
 		 *
-		 * function relative to .ballSize
+		 * function relative to .balls
 		 *
 		 * *If .balls > 0 and .scrotum === 0, balls are internal*
 		 */
-- 
GitLab