From 85838398155522cec426fade42c0d482a1e99bb3 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 27 Jan 2018 21:19:54 -0500
Subject: [PATCH] virgin clergy

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

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index ad889a4f451..6874c6c0b62 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,10 +4,14 @@
 
 1/27/18
 
+	299.1
+	-clergy capture slaves are now virgins
+
 	299
 	-converted anon's submitted clergy capture event into the second Chattel Religionist FS acquisition event
 	-SFanon's fixes and tweaks
 	-phase 4 work
+	-fixed the dispensary giving 75% off instead of 25% off
 
 	298
 	-fixed the flesh heap only giving amps if $seeExtreme was off
diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index 746ed0169fe..627c2d01095 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -614,6 +614,12 @@
 <<set $activeSlave.health = random(-10,10)>>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(60,75)>>
+<<if $activeSlave.anus > 0>>
+	<<set $activeSlave.anus = 0>>
+<</if>>
+<<if $activeSlave.vagina > 0>>
+	<<set $activeSlave.vagina = 0>>
+<</if>>
 <<slaveCost $activeSlave>>
 <<set $slaveCost -= 1000>>
 
-- 
GitLab