Skip to content
Snippets Groups Projects
Commit 97fc7a4b authored by corncobman21's avatar corncobman21
Browse files

Update slaveCreationWidgets.tw

parent 9b5762b6
No related branches found
No related tags found
1 merge request!1556Fix for custom slave voice not setting correctly
......@@ -1552,11 +1552,11 @@
%/
<<widget "CustomSlaveVoice">>
<<replace #voice>>
<<if $customSlave.voice == 3>>high, girly voice.
<<elseif $customSlave.voice == 2>>feminine voice.
<<elseif $customSlave.voice == 1>>deep voice.
<<elseif $customSlave.voice == 0>>mute.
<<elseif $customSlave.voice == -1>>Voice is unimportant.
<<if $customSlave.voice == 3>>High, girly voice.
<<elseif $customSlave.voice == 2>>Feminine voice.
<<elseif $customSlave.voice == 1>>Deep voice.
<<elseif $customSlave.voice == 0>>Mute.
<<else>>Voice is unimportant.
<</if>>
<</replace>>
<</widget>>
......@@ -1581,7 +1581,7 @@
<<widget "CustomSlaveWeight">>
<<replace #weight>>
<<if $customSlave.weight == -50>>Very thin.
<<elseif $customSlave.weight == -15>>thin.
<<elseif $customSlave.weight == -15>>Thin.
<<elseif $customSlave.weight == 0>>Average weight.
<<elseif $customSlave.weight == 15>>Chubby.
<<elseif $customSlave.weight == 50>>Plump.
......
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