From 3d438ab46f62afb8d1fb72a0feb5410aeedcda56 Mon Sep 17 00:00:00 2001
From: Transhumanist01 <13112-Transhumanist01@users.noreply.gitgud.io>
Date: Wed, 27 May 2020 08:09:52 -0700
Subject: [PATCH] Update PlayerState.js

---
 src/player/js/PlayerState.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/player/js/PlayerState.js b/src/player/js/PlayerState.js
index 283e528bb64..167d867ed42 100644
--- a/src/player/js/PlayerState.js
+++ b/src/player/js/PlayerState.js
@@ -1687,7 +1687,7 @@ App.Entity.PlayerState = class PlayerState {
 		};
 		this.advancedGeneticModifications = {
 			/** Pleasurable pregnancy and orgasmic birth. Wider hips, looser and wetter vagina. High pregadaptation and low birth damage. */
-			uterineHypersensitivity: 0,
+			uterineHypersensitivity: 0
 		};
 		/** Counts various thing you have done in */
 		this.counter = new App.Entity.PlayerActionsCountersState();
-- 
GitLab