From d79fde195e2bac8274918077cae42837cd189c85 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 2 Aug 2017 23:31:35 -0400
Subject: [PATCH] Fixes.

---
 src/npc/startingGirls/commitStartingGirl.tw | 1 +
 src/uncategorized/seLethalPit.tw            | 2 +-
 src/uncategorized/seNonlethalPit.tw         | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/npc/startingGirls/commitStartingGirl.tw b/src/npc/startingGirls/commitStartingGirl.tw
index 9008f5d1769..69ea207151d 100644
--- a/src/npc/startingGirls/commitStartingGirl.tw
+++ b/src/npc/startingGirls/commitStartingGirl.tw
@@ -107,6 +107,7 @@
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;
 			[[Younger Sister|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.relation = "sister", $startingGirlRelation = "younger sister", $activeSlave.relationTarget = $activeSlave.ID+1, $startingGirlCopied = 1]]
 		<</if>>
+		<</if>>
 	<</if>>
 	<<elseif $activeSlave.relation == 0>>
 	<br>[[Add another slave, related to the previous slave|Commit Starting Girl][$createRelatedSlave = 1]]
diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index 8ffda1605fb..35ce36cf8d4 100644
--- a/src/uncategorized/seLethalPit.tw
+++ b/src/uncategorized/seLethalPit.tw
@@ -463,7 +463,7 @@ In any case, both of the slaves have been dosed with aggression enhancers and in
 		<<set $cash += 2000>>
 	<<elseif $pitAudience == "free">>
 		The audience is @@.green;not very impressed@@ by this easy kill.
-		<<set $rep += 1000>>
+		<<set $rep += 100>>
 	<</if>>
 <</if>>
 
diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw
index f04b7db9beb..d0218031fb4 100644
--- a/src/uncategorized/seNonlethalPit.tw
+++ b/src/uncategorized/seNonlethalPit.tw
@@ -529,8 +529,10 @@ You throw the victor's strap-on down to _winner.slaveName.
 <<if (_loser.sexualFlaw == "malicious")>>
 	winner.slaveName lives to torment and violate slave girls. She uses _loser.slaveName for her @@.hotpink;pleasure@@, slapping her viciously, pinching her until she draws blood, and showing off for the spectators. The audience @@.green;greatly enjoys@@ the depraved spectacle.
 	<<set _loser.devotion += 2>>
+	<<set $rep += 50>>
 <<elseif (_loser.sexualFlaw == "abusive")>>
 	winner.slaveName lives to abuse and violate slave girls. She uses _loser.slaveName for her @@.hotpink;pleasure@@, raping her mercilessly, striking her until she turns a deep reddish-purple, and showing off for the spectators. The audience @@.green;greatly enjoys@@ the depraved spectacle.
+	<<set $rep += 50>>
 	<<set _loser.devotion += 2>>
 <<elseif (_winner.energy > 95)>>
 	_winner.slaveName doesn't have to feign willingness to rape a slave girl. She uses _loser.slaveName for her @@.hotpink;pleasure@@, groping her, kissing her unwilling mouth, and showing off for the spectators. The audience @@.green;greatly enjoys@@ the depraved spectacle.
-- 
GitLab