diff --git a/src/uncategorized/customSlave.tw b/src/uncategorized/customSlave.tw index 683c8ed70edc3548c1e8dd0bfa78a82fb317ff66..b5faf1a3b1ec61f002d901e0910ab018c3fa3ccf 100644 --- a/src/uncategorized/customSlave.tw +++ b/src/uncategorized/customSlave.tw @@ -455,7 +455,7 @@ <<nobr>> <span id = "clitballs"> <<if $customSlave.dick > 0>> -<<if $customSlave.balls == 0>>No testicles.<<elseif $customSlave.balls == 3>>Small testicles.<<else>>Large testicles.<</if>> +<<if $customSlave.balls == 0>>No testicles.<<elseif $customSlave.balls == 2>>Small testicles.<<else>>Large testicles.<</if>> <<link "No testicles">> <<set $customSlave.balls = 0,$customSlave.clit = 0>> <<CustomSlaveClitBalls>> diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index e9312e9a7cc5cd09e8b29b8cfa5738fbc1f12450..f9de99bff6ce59475fd96d2802dab26195f76da1 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -1471,7 +1471,7 @@ <<widget "CustomSlaveClitBalls">> <<replace #clitballs>> <<if $customSlave.dick > 0>> - <<if $customSlave.balls == 0>>No testicles.<<elseif $customSlave.balls == 3>>Small testicles.<<else>>Large testicles.<</if>> + <<if $customSlave.balls == 0>>No testicles.<<elseif $customSlave.balls == 2>>Small testicles.<<else>>Large testicles.<</if>> <<link "No testicles">> <<set $customSlave.balls = 0,$customSlave.clit = 0>> <<CustomSlaveClitBalls>>