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

Merge branch 'fixes' into 'pregmod-master'

Fixes

See merge request pregmodfan/fc-pregmod!1865
parents ea6dd81e 5d83961f
No related branches found
No related tags found
No related merge requests found
......@@ -1268,7 +1268,7 @@
<<set $milfSlaveID = $slaves.find(function(s) { return s.devotion > 20 && canTalk(s) && canWalk(s) && (s.assignment == "serve the public" || s.assignment == "serve in the club"); })>>
<<if def $milfSlaveID>>
<<set $events.push("RE milf tourist")>>
<<set $milfSlaveID = $milfSlave.ID>>
<<set $milfSlaveID = $milfSlaveID.ID>>
<</if>>
<</if>>
......
......@@ -3466,7 +3466,7 @@ $possessiveCap
<<case "a cybersuit">>
<<if $activeSlave.bellyAccessory == "a corset">>
A corset peaks wraps the bodysuit snugly.
A corset wraps the bodysuit snugly.
<<elseif $activeSlave.bellyAccessory == "an extreme corset">>
An extreme corset wraps the bodysuit tightly.
<</if>>
......
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