diff --git a/src/player/js/PlayerState.js b/src/player/js/PlayerState.js
index 225cf3abfd9c47d2a4963cd1183ab415db31ee0d..cd477ab41500ea2ed3ac0c3b22c217647a179f7b 100644
--- a/src/player/js/PlayerState.js
+++ b/src/player/js/PlayerState.js
@@ -92,19 +92,19 @@ App.Entity.PlayerActionsCountersState = class {
 		this.birthDegenerate = 0;
 		/** how many whoring babies you've had */
 		this.birthClient = 0;
-		/** untracked births */
+		/** how many children you've carried for other arc owners */
 		this.birthArcOwner = 0;
 		/** how many children you've had by sex with citizens (not whoring) */
 		this.birthCitizen = 0;
-		/** how many times you've giving birth to your own selfcest babies */
+		/** how many children you've had with the Sisters */
 		this.birthFutaSis = 0;
-		/** how many units of your cum are stored away for artificially inseminating slaves */
+		/** how many times you've giving birth to your own selfcest babies */
 		this.birthSelf = 0;
 		/** how many designer babies you've produced */
 		this.birthLab = 0;
-		/** how many children you've had with the Sisters */
+		/** untracked births */
 		this.birthOther = 0;
-		/** how many children you've carried for other arc owners */
+		/** how many units of your cum are stored away for artificially inseminating slaves */
 		this.storedCum = 0;
 		/** shared variables */
 		/** amount of milk given */