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

Merge branch 'pregmod-dev' into 'pregmod-master'

fix fpat

See merge request pregmodfan/fc-pregmod!8262
parents 337b21b7 e5ae435d
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ with your fingertips. You move your hand to the side of your slave's head, strok
This causes $him to shiver unconsciously.
<<elseif getSlave($AS).trust <= -50>>
This forces $his back rigid, in an effort not to move <<if $showInches == 2>>an inch<<else>>a centimeter<</if>>, out of fear.
<<elseif getSlave($AS) <= -21>>
<<elseif getSlave($AS).trust < -20>>
This would cause $him to shiver with delight, but $his distaste for the situation makes that impossible.
<</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