Skip to content
Snippets Groups Projects
Commit 8fca0cc9 authored by Arkerthan's avatar Arkerthan
Browse files

fix startingGirls limbless

parent 7d7937b9
No related branches found
No related tags found
1 merge request!5114fix startingGirls limbless
...@@ -585,9 +585,9 @@ __You are customizing this slave:__ ...@@ -585,9 +585,9 @@ __You are customizing this slave:__
<<if $seeExtreme == 1>> <<if $seeExtreme == 1>>
<<options $activeSlave.amp>> <<options $activeSlave.amp>>
''Limbs:'' ''Limbs:''
<<option 0 "Normal">> <<option 0 "Normal" "$activeSlave.missingLegs = 0, $activeSlave.missingArms = 0">>
@@.green;Normal.@@ @@.green;Normal.@@
<<option 1 "Amputee">> <<option 1 "Amputee" "$activeSlave.missingLegs = 3, $activeSlave.missingArms = 3">>
@@.red;Amputee.@@ @@.red;Amputee.@@
<</options>> <</options>>
<br> <br>
......
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