diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index ad360bdf5c18179b2ceb1eee393bf3eea55f19bc..233a691ce57e0b46c2d7921bfc870f5106ba06ac 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -264,8 +264,6 @@ You should have received a copy of the GNU General Public License along with thi <<set $showBodyMods = 1>> <<set $showImplantEffects = 1>> <<set $showClothing = 1>> - <<set $showWardrobe = 1>> - <<set $showMainClothing = 1>> <<set $showAgeDetail = 1>> <<set $showBoobCCs = 1>> <<set $showHeightCMs = 1>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index bdba6c1faae04b2c5bf0af8fee704189cc760946..eb0992455e723b6be7c2f455ffb23e6c3af3e3df 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -1470,11 +1470,11 @@ <<if ndef $showNumbersMax>> <<set $showNumbersMax = 20>> <</if>> -<<if ndef $showWardrobe>> - <<set $showWardrobe = 1>> +<<if def $showWardrobe>> + <<unset $showWardrobe>> <</if>> -<<if ndef $showMainClothing>> - <<set $showMainClothing = 1>> +<<if def $showMainClothing>> + <<unset $showMainClothing>> <</if>> <<if ndef $surnameOrder>> <<set $surnameOrder = 0>> diff --git a/src/uncategorized/descriptionOptions.tw b/src/uncategorized/descriptionOptions.tw index a8caf86fc1db6094cdbb86c4b082ca705c0cb510..924bbe4d7d808fcf4bbe5f856e7f99b58e2616d7 100644 --- a/src/uncategorized/descriptionOptions.tw +++ b/src/uncategorized/descriptionOptions.tw @@ -58,17 +58,6 @@ <<option 0 "Hidden">> <</options>> <br> -<<options $showWardrobe>> - The Slave Interact wardrobe is - <<option 1 "Shown">> - <<option 0 "Hidden">> -<</options>> -<<options $showMainClothing>> - The Slave Interact clothing list is - <<option 1 "Shown">> - <<option 0 "Hidden">> -<</options>> -<br> <<options $showAgeDetail>> Detailed slave age information is <<option 1 "Shown">>