From 97fc7a4b75f0dc86c5bb093f74d8074aa055f661 Mon Sep 17 00:00:00 2001 From: corncobman21 <corncobman21@hotmail.com> Date: Fri, 9 Mar 2018 03:26:02 -0500 Subject: [PATCH] Update slaveCreationWidgets.tw --- src/utility/slaveCreationWidgets.tw | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index 1a3fe763feb..99c2f54240b 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -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. -- GitLab