From c37e4345cb5d71d313a2f13db11e5c84dca79388 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 15 Aug 2018 18:41:07 -0400
Subject: [PATCH] fix

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 8 +++-----
 src/uncategorized/reputation.tw              | 2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 5fc8b06b7ca..fd1be3344b7 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -1,16 +1,14 @@
 Pregmod 
 
-0.10.7.1-0.6.x
+0.10.7.1-0.5.x
 
 8/14/2018
 
-	1
-	-SFanon's security force overhaul
+	33
+	-SFanon's security force overhaul (reverted)
 	-fixes
 	-added fox tail buttplug attachment (no desc yet)
 	-new justice event
-
-0.10.7.1-0.5.x
 	
 8/12/2018
 
diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 6f8f2b9278f..29270d86d13 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -409,7 +409,7 @@ On formal occasions, you are announced as $PCTitle.
 	<<set $rep -= 50>>
 	<<if isPlayerFertile($PC)>>
 		That's not all that leaks out of you, considering all your shoots are rubber free.
-		<<= knockMeUp($PC 20 0 0 1)>>
+		<<= knockMeUp($PC, 20, 0, 0, 1)>>
 	<</if>>
 <</if>>
 
-- 
GitLab