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

Merge branch 'bodyModification' into 'pregmod-master'

Fuckdoll support to descriptive text

See merge request pregmodfan/fc-pregmod!2166
parents 2e1d2419 b368ae18
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,15 @@ ...@@ -12,12 +12,15 @@
<<SlaveFullName $activeSlave>> is lying strapped down on the table in your body modification studio. $pronounCap is entirely at your mercy. <<SlaveFullName $activeSlave>> is lying strapped down on the table in your body modification studio. $pronounCap is entirely at your mercy.
<<if $brandApplied || $degradation>> <<if $brandApplied || $degradation>>
<<if canSee($activeSlave)>>There's a mirror on the ceiling, so $pronoun can see her<<else>>$pronounCap can't see, so you're careful to describe $possessive<</if>> new appearance. <<if $activeSlave.fuckdoll == 0>>
<<if canSee($activeSlave)>>There's a mirror on the ceiling, so $pronoun can see her<<else>>$pronounCap can't see, so you're careful to describe $possessive<</if>> new appearance.
<</if>>
<<if $brandApplied>> <<if $brandApplied>>
The smell of burnt flesh hangs in the air. Being branded @@.red;has hurt $possessive health a little.@@ The smell of burnt flesh hangs in the air. Being branded @@.red;has hurt $possessive health a little.@@
<<set $activeSlave.health -= 10>> <<set $activeSlave.health -= 10>>
<<unset $brandApplied>> <<unset $brandApplied>>
<</if>> <</if>>
<<if $activeSlave.fuckdoll == 0>>
<<if $degradation > 1>> <<if $degradation > 1>>
<<if $degradation > 5>> <<if $degradation > 5>>
<<if $activeSlave.devotion <= 50 && $activeSlave.trust < -50>> <<if $activeSlave.devotion <= 50 && $activeSlave.trust < -50>>
...@@ -314,6 +317,7 @@ ...@@ -314,6 +317,7 @@
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
<</if>>
<</if>> <</if>>
/* 000-250-006 */ /* 000-250-006 */
......
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