From 88abf045ff8dfb442f04bed4f63f26d327f4b668 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 19 Nov 2017 03:34:40 -0500
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 3 +++
 src/pregmod/reMaleArcologyOwner.tw           | 2 +-
 src/uncategorized/pMercenaryRomeo.tw         | 2 +-
 src/uncategorized/policies.tw                | 2 +-
 src/uncategorized/saBeYourHeadGirl.tw        | 2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 2a23f3523ae..a30a1c04e55 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4620,4 +4620,7 @@ Pregmod 0.10.3.0
 	
 	141
 	-completed new vanilla country additions
+	-fixes
+	
+	142
 	-fixes
\ No newline at end of file
diff --git a/src/pregmod/reMaleArcologyOwner.tw b/src/pregmod/reMaleArcologyOwner.tw
index a8af4691154..0131bcfde3b 100644
--- a/src/pregmod/reMaleArcologyOwner.tw
+++ b/src/pregmod/reMaleArcologyOwner.tw
@@ -40,6 +40,6 @@ He strikes a fine balance in conversation with you, firm enough to not overpower
 	<<set $rep += 1000>>
 	<</replace>>
 <</link>>
-<</if>>\
+<</if>>
 </span>
 
diff --git a/src/uncategorized/pMercenaryRomeo.tw b/src/uncategorized/pMercenaryRomeo.tw
index f669f2c9543..6df288e87aa 100644
--- a/src/uncategorized/pMercenaryRomeo.tw
+++ b/src/uncategorized/pMercenaryRomeo.tw
@@ -75,7 +75,7 @@ proffered by an attentive slave girl, he seems almost bashful.
 	<<include "Remove activeSlave">>
 	<</replace>>
 <</link>>
-<<link "Give her to him as a gift">>
+<br><<link "Give her to him as a gift">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
 	The mercenary cannot believe his ears. After you repeat yourself twice, he leaves to collect your gift, thanking you clumsily. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's happened. <<if $activeSlave.amp != 1>>She hugs him, sobbing into his shoulder. As they walk hand in hand down towards his quarters,<<else>>As he picks up her limbless form to give her a hug,<</if>> she gives the nearest camera a little nod and silently mouths the words 'thank you, <<WrittenMaster $activeSlave>>.' You smile to yourself; when they get there they'll find flowers and a paid reservation at the arcology's best restaurant. Soon the story is being told in bars and brothels across the Free City, with you naturally playing @@.green;a starring role.@@ Some days later, you hear a dramatization is being filmed, with an aging action star playing the mercenary, a rising starlet playing $activeSlave.slaveName, and a noted character actor playing you.
diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw
index 605735d70ee..0202f527a0f 100644
--- a/src/uncategorized/policies.tw
+++ b/src/uncategorized/policies.tw
@@ -952,7 +952,7 @@
 <<if $CoursingAssociation == 0>>
 	<br>''Coursing Association:'' you will sponsor a Coursing Association that will hold monthly races.
 	[[Implement|Policies][$CoursingAssociation = 1, $cash -=5000, $rep -= 1000]]
-	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will cost ¤$policyCost weekly to maintain//
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will cost ¤1000 weekly to maintain//
 <</if>>
 
 <<if ($RaidingMercenaries == 0) && ($mercenariesHelpCorp == 1)>>
diff --git a/src/uncategorized/saBeYourHeadGirl.tw b/src/uncategorized/saBeYourHeadGirl.tw
index 782e459f2a1..492c71496aa 100644
--- a/src/uncategorized/saBeYourHeadGirl.tw
+++ b/src/uncategorized/saBeYourHeadGirl.tw
@@ -152,7 +152,7 @@
 	<</if>>
 <</if>>
 
-<<if ($slaves[$i].dick > 0) && && ($universalRulesImpregnation == "HG") && canPenetrate($slaves[$i])>>
+<<if ($slaves[$i].dick > 0) && ($universalRulesImpregnation == "HG") && canPenetrate($slaves[$i])>>
 	She finds her duty to impregnate slaves at will sexually satisfying.
 	<<set $slaves[$i].need = 0>>
 <<else>>
-- 
GitLab