Skip to content
Snippets Groups Projects
Commit 85838398 authored by Pregmodder's avatar Pregmodder
Browse files

virgin clergy

parent 6b196b9b
No related branches found
No related tags found
1 merge request!1361Pregmod v1021-299.1
...@@ -4,10 +4,14 @@ ...@@ -4,10 +4,14 @@
1/27/18 1/27/18
299.1
-clergy capture slaves are now virgins
299 299
-converted anon's submitted clergy capture event into the second Chattel Religionist FS acquisition event -converted anon's submitted clergy capture event into the second Chattel Religionist FS acquisition event
-SFanon's fixes and tweaks -SFanon's fixes and tweaks
-phase 4 work -phase 4 work
-fixed the dispensary giving 75% off instead of 25% off
298 298
-fixed the flesh heap only giving amps if $seeExtreme was off -fixed the flesh heap only giving amps if $seeExtreme was off
......
...@@ -614,6 +614,12 @@ ...@@ -614,6 +614,12 @@
<<set $activeSlave.health = random(-10,10)>> <<set $activeSlave.health = random(-10,10)>>
<<set $activeSlave.devotion = random(-15,15)>> <<set $activeSlave.devotion = random(-15,15)>>
<<set $activeSlave.trust = random(60,75)>> <<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>> <<slaveCost $activeSlave>>
<<set $slaveCost -= 1000>> <<set $slaveCost -= 1000>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment