From 74d7208a667c3b8c62c1a52297515790484d1013 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Fri, 29 Jun 2018 17:04:22 -0400 Subject: [PATCH] Do it right this time --- src/uncategorized/brothelReport.tw | 4 ++-- src/uncategorized/cellblockReport.tw | 2 +- src/uncategorized/clinicReport.tw | 4 ++-- src/uncategorized/clubReport.tw | 4 ++-- src/uncategorized/dairyReport.tw | 2 +- src/uncategorized/fullReport.tw | 2 +- src/uncategorized/masterSuiteReport.tw | 2 +- src/uncategorized/saLiveWithHG.tw | 2 +- src/uncategorized/schoolroomReport.tw | 4 ++-- src/uncategorized/servantsQuartersReport.tw | 4 ++-- src/uncategorized/spaReport.tw | 4 ++-- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index 7af33a2cf13..fc4ca009cec 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -232,7 +232,7 @@ /* 000-250-006 */ ''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is serving as the Madam. <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> @@ -351,7 +351,7 @@ <</if>> <br> She <<include "SA whore">> <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> diff --git a/src/uncategorized/cellblockReport.tw b/src/uncategorized/cellblockReport.tw index d9cc4191fd5..590412f6e0e 100644 --- a/src/uncategorized/cellblockReport.tw +++ b/src/uncategorized/cellblockReport.tw @@ -154,7 +154,7 @@ /* 000-250-006 */ ''__@@.pink;<<SlaveFullName $slaves[$i]>>@@__'' is serving as the Wardeness in $cellblockName. <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw index 419db37d4c1..fecb4e7f7ac 100644 --- a/src/uncategorized/clinicReport.tw +++ b/src/uncategorized/clinicReport.tw @@ -216,7 +216,7 @@ /* 000-250-006 */ ''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is serving as the clinical nurse. <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> @@ -298,7 +298,7 @@ <</if>> <br> She <<= saRest($slaves[$i])>> <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw index 1d413c92173..59c18b07611 100644 --- a/src/uncategorized/clubReport.tw +++ b/src/uncategorized/clubReport.tw @@ -141,7 +141,7 @@ /* 000-250-006 */ ''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is performing as the DJ in $clubName. <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> @@ -247,7 +247,7 @@ <</if>> <br> She <<include "SA serve the public">> <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw index 129926444c1..2658c9cd11f 100644 --- a/src/uncategorized/dairyReport.tw +++ b/src/uncategorized/dairyReport.tw @@ -261,7 +261,7 @@ /* 000-250-006 */ ''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is serving as your Milkmaid. <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> diff --git a/src/uncategorized/fullReport.tw b/src/uncategorized/fullReport.tw index 5c485272d44..b8468bbfb19 100644 --- a/src/uncategorized/fullReport.tw +++ b/src/uncategorized/fullReport.tw @@ -74,7 +74,7 @@ <</silently>> <<else>> <<include "SA rules">> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA diet">> <<include "SA long term effects">> <<include "SA drugs">> diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw index 24bdb344e3e..fbaea844c7a 100644 --- a/src/uncategorized/masterSuiteReport.tw +++ b/src/uncategorized/masterSuiteReport.tw @@ -353,7 +353,7 @@ <<if $verboseDescriptions == 1>> <br> She <<include "SA please you">> <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw index a7505831aaa..e59a1a7d3ff 100644 --- a/src/uncategorized/saLiveWithHG.tw +++ b/src/uncategorized/saLiveWithHG.tw @@ -976,7 +976,7 @@ <<include "SA devotion">> <</silently>> <<else>> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> diff --git a/src/uncategorized/schoolroomReport.tw b/src/uncategorized/schoolroomReport.tw index 5f87fcc5587..b392c67e7a5 100644 --- a/src/uncategorized/schoolroomReport.tw +++ b/src/uncategorized/schoolroomReport.tw @@ -139,7 +139,7 @@ /* 000-250-006 */ ''__@@.pink;$slaves[_FLs].slaveName@@__'' is serving as your Schoolteacher. <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> @@ -220,7 +220,7 @@ <</if>> <br> She <<include "SA take classes">> <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> diff --git a/src/uncategorized/servantsQuartersReport.tw b/src/uncategorized/servantsQuartersReport.tw index 86bb775556d..23a558ee7c8 100644 --- a/src/uncategorized/servantsQuartersReport.tw +++ b/src/uncategorized/servantsQuartersReport.tw @@ -211,7 +211,7 @@ /* 000-250-006 */ ''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is serving as your Stewardess. <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> @@ -286,7 +286,7 @@ <<set _SQMilk += $milk, _SQMilkSale += $milkSale>> <</if>> <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw index 2597dd4bb7c..49a0b2b0814 100644 --- a/src/uncategorized/spaReport.tw +++ b/src/uncategorized/spaReport.tw @@ -238,7 +238,7 @@ /* 000-250-006 */ ''__@@.pink;<<SlaveFullName $slaves[$i]>>@@__'' is serving as the Attendant in $spaName. <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> @@ -305,7 +305,7 @@ <</if>> <br> She <<= saRest($slaves[$i])>> <br> - <<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>> + <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> <<include "SA diet">> <<include "SA long term effects">> -- GitLab