From 04d59915c2767a09d4809c41482edf7138fedd16 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 30 Apr 2017 20:15:32 -0400 Subject: [PATCH] Fix for custom slave balls. --- src/uncategorized/customSlave.tw | 2 +- src/utility/slaveCreationWidgets.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/customSlave.tw b/src/uncategorized/customSlave.tw index 683c8ed70ed..b5faf1a3b1e 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 e9312e9a7cc..f9de99bff6c 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>> -- GitLab